DebtorSystemTemplateField..::..LineNumber Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Debtor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public int LineNumber { get; set; }
Public Property LineNumber As Integer
	Get
	Set
public:
property int^ LineNumber {
	int^ get ();
	void set (int^ value);
}