DataConnector | ComponentOne
C1.AdoNet.QuickBooksOnline Assembly / C1.AdoNet.QuickBooksOnline Namespace / C1QuickBooksOnlineConnectionStringBuilder Class / CountryCode Property

In This Topic
    CountryCode Property (C1QuickBooksOnlineConnectionStringBuilder)
    In This Topic
    The country code for the edition of QuickBooks Online being used. For instance: US, IN, UK, AU, and CA. Default is US.
    Syntax
    'Declaration
     
    Public Property CountryCode As String
    public string CountryCode {get; set;}
    See Also