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.3.0

Syntax

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

See Also