Gets the title/name of the tax authority in all upper case. For example, "STATE OF MARYLAND."

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

Syntax

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

See Also