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

Syntax

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

See Also