Gets or sets the TAX_AUTHORITY field of the CProductCategory.

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

Syntax

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

See Also