GigaSpaces XAP.NET Documentation
RemoveFromDictionary Method (path, key)
Class LibraryGigaSpaces.CoreChangeSetRemoveFromDictionary(String, Object)
Removes the given key from a dictionary property.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet RemoveFromDictionary(
	string path,
	Object key
)
Public Function RemoveFromDictionary ( _
	path As String, _
	key As Object _
) As ChangeSet
public:
ChangeSet^ RemoveFromDictionary(
	String^ path, 
	Object^ key
)
public ChangeSet RemoveFromDictionary(
	String path,
	Object key
)
Parameters
path (String)
The path pointing to the dictionary that the key should be removed from.
key (Object)
The dictionary's key.
Return Value

[Missing <returns> documentation for "M:GigaSpaces.Core.ChangeSet.RemoveFromDictionary(System.String,System.Object)"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)