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

Represents the constant that is the largest possible UInt32 value: 4, 294, 967, 295. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

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

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

Remarks [C#, C++, JScript]

The MaxValue hexadecimal value is (unit)0xffffffff.

See Also

UInt32 Structure | UInt32 Members | System Namespace