Gets the organization's complete address. This address is the receipt address for invoices and other correspondences. It is also used on reports where the name and address display as a block.

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

Syntax

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

See Also