NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CounterCreationData.CounterType

[To be supplied.]

[Visual Basic]
Public Property CounterType As PerformanceCounterType
[C#]
public PerformanceCounterType CounterType {get; set;}
[C++]
public: __property PerformanceCounterType get_CounterType();
public: __property void set_CounterType(PerformanceCounterType);
[JScript]
public function get CounterType() : PerformanceCounterType;
public function set CounterType(PerformanceCounterType);

See Also

CounterCreationData Class | CounterCreationData Members | System.Diagnostics Namespace