GigaSpaces XAP.NET Documentation
Set Method (path, value, storageType)
Class LibraryGigaSpaces.CoreChangeSetSet(String, Object, StorageType)
Sets the value of the given path.
Declaration Syntax
C#Visual BasicVisual C++J#
public ChangeSet Set(
	string path,
	Object value,
	StorageType storageType
)
Public Function Set ( _
	path As String, _
	value As Object, _
	storageType As StorageType _
) As ChangeSet
public:
ChangeSet^ Set(
	String^ path, 
	Object^ value, 
	StorageType storageType
)
public ChangeSet Set(
	String path,
	Object value,
	StorageType storageType
)
Parameters
path (String)
The path that needs its value set.
value (Object)
The value to set for the given path.
storageType (StorageType)
The storage type in which to keep the value.
Return Value

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 11.0.0.0 (11.0.0.14800)