Sets the value of the given path.
Declaration Syntax
C# | Visual Basic | Visual 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)"]