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!

Counter.Value

Gets the current system counter value.

[Visual Basic]
Public Shared ReadOnly Property Value As Long
[C#]
public static long Value {get;}
[C++]
public: __property static __int64 get_Value();
[JScript]
public static function get Value() : long;

Property Value

The current system counter value.

See Also

Counter Class | Counter Members | System.Diagnostics Namespace