Gets and sets whether a Question/Answer is required for Password retrieval

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SortOrderAttribute(6)]
public static bool RequiresQuestionAndAnswer { get; set; }
Visual Basic
<SortOrderAttribute(6)> 
Public Shared Property RequiresQuestionAndAnswer As Boolean
	Get
	Set

Return Value

A Boolean.

See Also