ChangePassword..::..IsResetMode Property

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

Syntax


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