Gets or sets the IS_MULTI_ORG field of the invoice.

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

Syntax

C#
public bool IsMultiOrg { get; set; }
Visual Basic
Public Property IsMultiOrg As Boolean
	Get
	Set
Visual C++
public:
property bool IsMultiOrg {
	bool get ();
	void set (bool value);
}

See Also