GigaSpaces XAP.NET Documentation
SetInDictionary Method (path, key, value)
Class LibraryGigaSpaces.CoreChangeSetSetInDictionary(String, Object, Object)
Sets the given key and value in a dictionary property, this is equivallent to using the [] indexer of a dictionary.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet SetInDictionary(
	string path,
	Object key,
	Object value
)
Public Function SetInDictionary ( _
	path As String, _
	key As Object, _
	value As Object _
) As ChangeSet
public:
ChangeSet^ SetInDictionary(
	String^ path, 
	Object^ key, 
	Object^ value
)
public ChangeSet SetInDictionary(
	String path,
	Object key,
	Object value
)
Parameters
path (String)
The path pointing to the dictionary that the key and value should be put into.
key (Object)
The dictionary's key.
value (Object)
The value to associate with the given key.
Return Value

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)