DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnection Class / ConnectionString Property

In This Topic
    ConnectionString Property (C1SalesforceConnection)
    In This Topic
    Gets or sets the string used to open the connection.
    Syntax
    'Declaration
     
    Public Property ConnectionString As String
    public string ConnectionString {get; set;}
    See Also