Maintenance..::..IsCreating Property

Gets or sets a value indicating whether this instance is creating.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.BusinessLogic
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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

Field Value

true if this instance is creating; otherwise, false.