Get a list of the available countries that a customer can be registered against


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Countries As CountryCollection
C#
public CountryCollection Countries { get; }
C++
public property CountryCollection Countries sealed  {
    CountryCollection get();
}
J#
/** property */
public CountryCollection get_Countries();
JScript
public function get Countries() : CountryCollection

Property Value

The list of all countries

Exceptions

Exception TypeCondition
ApiConnectivityExceptionThrown when there is an issue with internet connectivity.
ApiExecutionExceptionThrown when an issue obtaining the countries.

See Also