DataConnectionDialog.EncryptedConnectionString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves or sets encrypted connection information for the dialog box for the specified data provider.
public:
abstract property System::String ^ EncryptedConnectionString { System::String ^ get(); void set(System::String ^ value); };
public abstract string EncryptedConnectionString { get; set; }
member this.EncryptedConnectionString : string with get, set
Public MustOverride Property EncryptedConnectionString As String
Property Value
Returns encrypted connection information represented by the dialog for the selected provider.