PropertiesRemove Method (String) |
Remove the key from the collection.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Remove(
string key
)
Public Sub Remove (
key As String
)
public:
void Remove(
String^ key
)
member Remove :
key : string -> unit
Parameters
- key
- Type: SystemString
the key to remove
Exceptions
See Also