SalesOrderLineDeliveryBatch..::..Activated Property

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

Syntax


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