Gets or sets the SUB_LINE_NUMBER field of the CTransRow.

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

Syntax

C#
public int SubLineNumber { get; set; }
Visual Basic (Declaration)
Public Property SubLineNumber As Integer
Visual C++
public:
property int SubLineNumber {
	int get ();
	void set (int value);
}

See Also