Gets the INCOME_ACCOUNT field of the CProductPrice object.

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

Syntax

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

See Also