PropertiesInsert Method (String, String) |
Add or update the string value for key.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Insert(
string key,
string value
)
Public Sub Insert (
key As String,
value As String
)
public:
void Insert(
String^ key,
String^ value
)
member Insert :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
the key to insert - value
- Type: SystemString
the string value to insert
Exceptions
See Also