SqlDwConnectionStringBuilder.Password Property

Definition

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Password")]
[System.ComponentModel.DisplayName("Password")]
[System.ComponentModel.PasswordPropertyText(true)]
[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
public string Password { get; set; }
[<System.ComponentModel.Category("Security")>]
[<System.ComponentModel.Description("Password")>]
[<System.ComponentModel.DisplayName("Password")>]
[<System.ComponentModel.PasswordPropertyText(true)>]
[<System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)>]
member this.Password : string with get, set
Public Property Password As String

Property Value

Attributes

Applies to