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

Syntax

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

See Also