Gets the VAT company used by the Financial Entity. Set only if TaxType is TaxVat.

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

Syntax

C#
public string CompanyVatRegistrationNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property CompanyVatRegistrationNumber As String
Visual C++
public:
property String^ CompanyVatRegistrationNumber {
	String^ get ();
}

See Also