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!

Currency.Empty

Representing the constant that is a Currency value that is empty.

[Visual Basic]
Public Shared ReadOnly Empty As Currency
[C#]
public static readonly Currency Empty;
[C++]
public: static readonly Currency Empty;
[JScript]
public static var Empty : Currency;

Remarks

The Empty data member is the constant value of Zero, which is 0.

See Also

Currency Structure | Currency Members | System Namespace