Inventory..::..IsPhysical Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Inventory
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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