DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.AdoNet.D365S Namespace / C1D365SConnectionStringBuilder Class / OAuthScope Property

In This Topic
    OAuthScope Property (C1D365SConnectionStringBuilder)
    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