SalesOrderHistory..::..DropShipment Property

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

Syntax


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