Inventory..::..PhysicalItem Property

Gets or sets a value indicating whether [physical item].

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.XML
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


[DataMemberAttribute]
public bool PhysicalItem { get; set; }
<DataMemberAttribute> _
Public Property PhysicalItem As Boolean
	Get
	Set
[DataMemberAttribute]
public:
property bool^ PhysicalItem {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [physical item]; otherwise, false.