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!

SQLMoney.Value

Gets or sets the monetary value of an instance of the SQLMoney class.

[Visual Basic]
Public ReadOnly Property Value As Currency
[C#]
public Currency Value {get;}
[C++]
public: __property Currency get_Value();
[JScript]
public function get Value() : Currency;

Property Value

The monetary value of an instance of the SQLMoney class.

Exceptions

Exception Type Condition
SQLNullValueException The property is set to null.

See Also

SQLMoney Structure | SQLMoney Members | System.Data.SQLTypes Namespace