SalesOrderLineCollection..::..ShipWithPhysicalItemsExist Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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