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!

UInt32.Empty

Represents the constant that is an empty UInt32 value: 0. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

[C#]
public const uint Empty;
[C++]
public: const unsigned int Empty;
[JScript]
public var Empty : UInt32;

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

Remarks [C#, C++, JScript]

Empty has the value of MinValue, which is zero. (See Empty)

See Also

UInt32 Structure | UInt32 Members | System Namespace