Line..::..OrderLineNo Property

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

Syntax


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