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

In This Topic
    OAuthClientId Property (C1D365SConnectionStringBuilder)
    In This Topic
    The id of the OAuth 2.0 Client to be used for the authentication.
    Syntax
    'Declaration
     
    Public Property OAuthClientId As String
    public string OAuthClientId {get; set;}
    See Also