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

Representing the constant of the smallest possible Int32 value.

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

Remarks

The MinValue hexadecimal value is unchecked ((int)0x80000000).

See Also

Int32 Structure | Int32 Members | System Namespace