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;