Gets the coded value (Key) of the tax authority. For US states, for example, this would be the state code.

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

Syntax

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

See Also