AddressFactoryBaseUseAlpha2 Property

Indicates whether to use Alpha-2 ISO-3166 Country codes.
The default is to use Alpha-3 codes.

Definition

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

Property Value

Boolean

Remarks

If required, true must be passed in the constructor of a derived class.

See Also