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