WorkOrder..::..ParentInputItem Property

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

Syntax


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