Line..::..Lines Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


public LineCollection Lines { get; set; }
Public Property Lines As LineCollection
	Get
	Set
public:
property LineCollection^ Lines {
	LineCollection^ get ();
	void set (LineCollection^ value);
}