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!

CounterSample.RawValue

Raw value of the counter.

[Visual Basic]
Public RawValue As Long
[C#]
public long RawValue;
[C++]
public: __int64 RawValue;
[JScript]
public var RawValue : long;

See Also

CounterSample Structure | CounterSample Members | System.Diagnostics Namespace