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

Representing the constant value of the largest possible Int32.

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

Remarks

The MaxValue hexadecimal value is 0x7fffffff.

See Also

Int32 Structure | Int32 Members | System Namespace