Gets or sets the full, formatted ship to address.

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

Syntax

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

Field Value

The full formatted ship to 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