The size of the StructSet.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public virtual uint Size{ get;} |
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property Size As UInteger |
| Visual C++ |
|---|
public: virtual property unsigned int Size { unsigned int get (); } |
Return Value
the number of items in the StructSet.
See Also
StructSet Class
GemStone.GemFire.Cache Namespace