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

Representing the constant that is the Currency value 1.

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

Remarks

The One data member is the constant value of 1.

See Also

Currency Structure | Currency Members | System Namespace