SalesOrderLine..::..DeliverStockChanged Property

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

Syntax


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