Share via


IVsDataConnectionDialog.EncryptedConnectionString Property

Definition

Gets or sets encrypted connection information for the dialog box for the specified data provider.

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

Returns encrypted connection information represented by the dialog box for the selected provider.

Applies to