Indicates whether or not the Contact is exempt from VAT (Value Added Tax) where it is charged

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

Syntax

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

See Also