Line..::..InventoryLineDetails Property

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

Syntax


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