Get the number of field values available.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic ulong Length { get; }
Public ReadOnly Property Length As ULong
Get
public:
property unsigned long long Length {
unsigned long long get ();
}
member Length : uint64 with get
Return Value
Type:
UInt64the number of field values available.
See Also