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!

Int32.Empty

Representing the constant of an empty Int32 value.

[Visual Basic]
Public Const Empty As Integer
[C#]
public const int Empty;
[C++]
public: const int Empty;
[JScript]
public var Empty : int;

Remarks

The Empty hexadecimal value is 0x0.

See Also

Int32 Structure | Int32 Members | System Namespace | Empty