Gets or sets the full, formatted physical address.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string FormattedAddress { get; }
Visual Basic (Declaration)
Public ReadOnly Property FormattedAddress As String
Visual C++
public:
property String^ FormattedAddress {
	String^ get ();
}

Field Value

The full formatted physical address - all relevant components of the address put together in the format specific to the country in which it is located or the format specified in AddressFormatCode.

Remarks

This is calculated automatically whenever any component of the address is changed.

See Also