OutputItem..::..IsPhysical Property

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

Syntax


public bool IsPhysical { get; set; }
Public Property IsPhysical As Boolean
	Get
	Set
public:
property bool^ IsPhysical {
	bool^ get ();
	void set (bool^ value);
}