Syntax
| C# |
|---|
[SerializableAttribute] public sealed class Properties |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class Properties |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Properties sealed |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| ClassId |
Returns the classId of this class for serialization.
| |
| ObjectSize |
return the size of this object in bytes
| |
| Size |
Return the number of entries in the collection.
|
See Also
GemStone.GemFire.Cache Namespace