The address format to use when formatting addresses. An AddressFormat points to a formula to be used which will format full addresses in country specific ways.

Namespace: Asi.iBO.SystemConfig
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int AddressFormatCode { get; }
Visual Basic
Public ReadOnly Property AddressFormatCode As Integer
	Get
Visual C++
public:
property int AddressFormatCode {
	int get ();
}

See Also