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

Constant that represents an empty UInt16. The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.

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

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

Remarks [C#, C++, JScript]

The hexadecimal value for Empty is MinValue, which is 0.

See Also

UInt16 Structure | UInt16 Members | System Namespace | Empty