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!

UInt64.MaxValue

Represents the constant value that is the empty UInt64.. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.

[C#]
public const ulong MaxValue;
[C++]
public: const unsigned __int64 MaxValue;
[JScript]
public var MaxValue : UInt64;

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

Remarks [C#, C++, JScript]

The MaxValue hexadecimal value is (ulong) 0xffffffffffffffffL.

See Also

UInt64 Structure | UInt64 Members | System Namespace