dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceConnectionStringBuilder Class / ClientId Property

In This Topic
    ClientId Property (BigcommerceConnectionStringBuilder)
    In This Topic
    Gets or sets the BigCommerce client id for OAuth authentication.
    Syntax
    'Declaration
     
    Public Property ClientId As String
    public string ClientId {get; set;}

    Property Value

    The BigCommerce client id for OAuth authentication.
    See Also