OAuthAccessToken Property (C1QuickBooksOnlineConnectionStringBuilder)
In This Topic
The OAuth 2.0 access token to be used for the authentication.
Syntax
'Declaration
Public Property OAuthAccessToken As String
public string OAuthAccessToken {get; set;}
See Also