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

Represents the largest possible Byte value.

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

Remarks

The MaxValue hexadecimal value is (byte)0xFF.

See Also

Byte Structure | Byte Members | System Namespace