IVsDataConnection.EncryptedConnectionString Property

Definition

Gets an encrypted version of the connection string.

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

Property Value

A String value representing the connection string in encrypted form.

Applies to