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!

UInt16.MaxValue

Constant that represents the largest possible UInt16 value: 65535. The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.

[C#]
public const ushort MaxValue;
[C++]
public: const unsigned short MaxValue;
[JScript]
public var MaxValue : UInt16;

[Visual Basic] The UInt16 type cannot be used in Visual Basic.

Remarks [C#, C++, JScript]

The MaxValue hexadecimal value is 0xFFFF.

See Also

UInt16 Structure | UInt16 Members | System Namespace