If this country requires the Value Added Tax, this contains the Country code to use when collecting the tax.

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

Syntax

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

See Also