Gets or sets a reference to the address format to use when creating the FormattedAddress out of the various physical address components.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int AddressFormatCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AddressFormatCode As Integer |
| Visual C++ |
|---|
public: property int AddressFormatCode { int get (); void set (int value); } |
Field Value
A reference to an existing address format.
Remarks
The value must already be deinfed in the list of Country Address Formats in iMIS. Setting the country will set this property
to the default value for that country. This field should only be set if the value set on the Country needs to be overridden.