LineDetailsAllocation..::..InputItemLineDetail Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


public LineDetail<InputItem> InputItemLineDetail { get; set; }
Public Property InputItemLineDetail As LineDetail(Of InputItem)
	Get
	Set
public:
property LineDetail<InputItem^>^ InputItemLineDetail {
	LineDetail<InputItem^>^ get ();
	void set (LineDetail<InputItem^>^ value);
}