DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.DataConnector.AdoNet Namespace / C1OAuthConnectionStringBuilder Class / OAuthClientId Property

In This Topic
    OAuthClientId Property (C1OAuthConnectionStringBuilder)
    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