PurchaseOrder..::..UseInTransit Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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