CostEntry..::..IsAdding Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


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