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.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int AddressFormatCode { get; set; }
Visual Basic
Public Property AddressFormatCode As Integer
	Get
	Set
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.

See Also