The size of the StructSet.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual int Size { get; }
Public Overridable ReadOnly Property Size As Integer
Get
public:
virtual property int Size {
int get ();
}
abstract Size : int with get
override Size : int with get
Return Value
Type:
Int32
the number of items in the
StructSet.
See Also