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

In This Topic
    StoreId Property
    In This Topic
    Gets or sets the Id of your BigCommerce store, used for OAuth authentication.
    Syntax
    'Declaration
     
    Public Property StoreId As String
    public string StoreId {get; set;}

    Property Value

    The Id of your BigCommerce store, used for OAuth authentication.
    See Also