SalesOrder..::..IsProcessing Property

Gets a value indicating whether this instance is processing.

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

Syntax


public bool IsProcessing { get; }
Public ReadOnly Property IsProcessing As Boolean
	Get
public:
property bool^ IsProcessing {
	bool^ get ();
}

Field Value

true if this instance is processing; otherwise, false.