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

Optional base raw value for the counter (only used if multiple counter based).

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

See Also

CounterSample Structure | CounterSample Members | System.Diagnostics Namespace