Inventory..::..ShipWithPhysicalItem Property

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

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

Syntax


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

Field Value

true if [ship with physical item]; otherwise, false.