The properties of the CountersData class are listed below. For a complete list of CountersData class members, see the CountersData Members topic.
Count (inherited from Hashtable) | Gets the number of key-and-value pairs in the Hashtable. |
IsReadOnly (inherited from Hashtable) | Gets a value indicating whether the Hashtable is read-only. |
IsSynchronized (inherited from Hashtable) | Gets a value indicating whether access to the Hashtable is synchronized (thread-safe). |
Item | Overloaded. [To be supplied.]
In C#, this member is the indexer for the CountersData class. |
Keys (inherited from Hashtable) | Gets an ICollection containing the keys in the Hashtable. |
SyncRoot (inherited from Hashtable) | Gets an object that can be used to synchronize access to the Hashtable. |
Values (inherited from Hashtable) | Gets an ICollection containing the values in the Hashtable. |