Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

OracleConnectionStringBuilder::Password Property

 

Gets or sets the password for the Oracle account.

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

public:
property String^ Password {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The value of the Password property, or Empty if none has been supplied.

This property corresponds to the "Password" and "pwd" keys within the connection string.

If the value passed in is null when you try to set the property, the Password property is reset. If the value has not been set and the developer tries to retrieve the property, the return value is Empty.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft