This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Int64.Empty
Constant representing an empty Int64 value.
[Visual Basic]
Public Const Empty As Long
[C#]
public const long Empty;
[C++]
public: const __int64 Empty;
[JScript]
public var Empty : long;
Remarks
The Empty hexadecimal value is 0x0.
See Also
Int64 Structure | Int64 Members | System Namespace | Empty