Allows passwords on user accounts to be reset

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

Syntax

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

See Also