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!

SQLString.Value

Gets the string that is to be stored.

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

Property Value

The string that is to be stored.

Exceptions

Exception Type Condition
SQLNullValueException The value of the string is Null.

See Also

SQLString Class | SQLString Members | System.Data.SQLTypes Namespace