OracleString::Value Property

 

Gets the string that is stored in the OracleString structure.

Namespace:   System.Data.OracleClient
Assembly:  System.Data.OracleClient (in System.Data.OracleClient.dll)

public:
property String^ Value {
	String^ get();
}

Property Value

Type: System::String^

The string that is stored.

This property is read-only.

.NET Framework
Available since 1.1
Return to top
Show: