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

In This Topic
    Server Property
    In This Topic
    Gets or sets the API Path - the path where all XML requests to BigCommerce should be sent. This property is used used for basic authentication on BigCommerce.
    Syntax
    'Declaration
     
    Public Property Server As String
    public string Server {get; set;}

    Property Value

    The path where all XML requests to BigCommerce should be sent.
    See Also