Get/Set resetPassword Status If (ResetPassword == true), Application must ask the user to change the password

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool ResetPassword { get; set; }
Visual Basic
Property ResetPassword As Boolean
	Get
	Set
Visual C++
property bool ResetPassword {
	bool get ();
	void set (bool value);
}

See Also