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.2.0

Syntax

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

See Also