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

Representing the constant that is the currency value-1.

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

Remarks

The MinueOne data member is the constant value of-1.

See Also

Currency Structure | Currency Members | System Namespace