AddressFactoryBaseDefaultCountry Property
The ISO-3166 Country code of the Address data.
The default is USA.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static string DefaultCountry { get; protected set; }
Property Value
String 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.