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

Syntax

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

See Also