OracleConnectionStringBuilder.Password Property

Definition

Gets or sets the password for the Oracle account.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Property Value

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

Examples

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.

Remarks

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

Applies to

See also