DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceConnectionStringBuilder Class / OAuthScope Property

In This Topic
    OAuthScope Property (C1SalesforceConnectionStringBuilder)
    In This Topic
    The scope for the OAuth 2.0 authentication request.
    Syntax
    'Declaration
     
    Public Property OAuthScope As String
    public string OAuthScope {get; set;}
    See Also