StockTake..::..StockTakeLines Property

Namespace:  JiwaFinancials.Jiwa.JiwaStockTake
Assembly:  JiwaStockTake (in JiwaStockTake.dll)

Syntax


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