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;
The current system counter value.
Counter Class | Counter Members | System.Diagnostics Namespace