ConnectionManagerAdoNetClass.Password Property

Definition

Gets or sets the password for the connection.

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

Property Value

The password for the connection.

Implements

Remarks

For more information, see ConnectionManager.

Applies to