AddressFactoryBaseDefaultCountry Property

The ISO-3166 Country code of the Address data.
The default is USA.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static string DefaultCountry { get; protected set; }

Property Value

String

Remarks

If required, a different Country code must be passed in the constructor of a derived class.
If using Alpha2 then pass the alpha-2 code, otherwise pass the alpha-3 code.

See Also