Gets or sets the IS_FR_ITEM field of the CTransRow.

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

Syntax

C#
public bool IsFRItem { get; set; }
Visual Basic (Declaration)
Public Property IsFRItem As Boolean
Visual C++
public:
property bool IsFRItem {
	bool get ();
	void set (bool value);
}

See Also