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!

Byte.MinValue

Represents the smallest possible Byte value.

[Visual Basic]
Public Const MinValue As Byte
[C#]
public const byte MinValue;
[C++]
public: const unsigned char MinValue;
[JScript]
public var MinValue : Byte;

Remarks

The MinValue hexadecimal value is 0.0.

See Also

Byte Structure | Byte Members | System Namespace