Gets the number of the General Ledger account into which this tax is collected.

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

Syntax

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

See Also