Indicates whether or not Billing Categories should be used. See BillingCategory

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool UseBillCategories { get; }
Visual Basic (Declaration)
Public ReadOnly Property UseBillCategories As Boolean
Visual C++
public:
property bool UseBillCategories {
	bool get ();
}

See Also