Gets and sets whether a Question/Answer is required for Password retrieval
Namespace: DotNetNuke.Security.MembershipAssembly: 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 |