The Contact's VAT registration number

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

Syntax

C#
public string VatRegNumber { get; set; }
Visual Basic
Public Property VatRegNumber As String
	Get
	Set
Visual C++
public:
property String^ VatRegNumber {
	String^ get ();
	void set (String^ value);
}

See Also