RegionEntryValue Property |
Returns the value of this entry in the local cache. Does not invoke
an ICacheLoader, does not do a netSearch, netLoad, etc.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IGFSerializable Value { get; }
Public ReadOnly Property Value As IGFSerializable
Get
public:
property IGFSerializable^ Value {
IGFSerializable^ get ();
}
member Value : IGFSerializable with get
Return Value
Type:
IGFSerializable
the value, or null if this entry is invalid -- see
IsDestroyed
Exceptions
See Also