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
.NET Framework (current version)
Gets or sets the password for the Oracle account.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
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
Available since 2.0
Show: