Click or drag to resize
PropertiesTPropKey, TPropValueInsert Method
Add or update the string value for key.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Insert(
	TPropKey key,
	TPropValue value
)

Parameters

key
Type: TPropKey
the key to insert
value
Type: TPropValue
the string value to insert
Exceptions
ExceptionCondition
NullPointerException if the key is null
See Also