StatisticDescriptorID Property |
Returns the id of this statistic in a
StatisticsType class.
The id is initialized when its statistics
type is created.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual int ID { get; }
Public Overridable ReadOnly Property ID As Integer
Get
public:
virtual property int ID {
int get ();
}
abstract ID : int with get
override ID : int with get
Property Value
Type:
Int32
See Also