DB2String.Value Property
Gets the value stored in the DB2String structure.
- Namespace:
IBM.Data.DB2Types
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[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
A character string representing the DB2String instance.