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.CounterName

[To be supplied.]

[Visual Basic]
Public Property CounterName As String
[C#]
public string CounterName {get; set;}
[C++]
public: __property String* get_CounterName();
public: __property void set_CounterName(String*);
[JScript]
public function get CounterName() : String;
public function set CounterName(String);

See Also

CounterCreationData Class | CounterCreationData Members | System.Diagnostics Namespace