UIConnectionInfo.EncryptedPassword Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the encrypted password of the UIConnectionInfo.

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

Property Value

The encrypted password of the UIConnectionInfo.

Applies to