VistaDB 6
VistaDB.Web Namespace / VistaDBMembershipProvider Class / RequiresQuestionAndAnswer Property


In This Topic
    RequiresQuestionAndAnswer Property
    In This Topic
    Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property RequiresQuestionAndAnswer As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBMembershipProvider
    Dim value As System.Boolean
     
    value = instance.RequiresQuestionAndAnswer
    public override System.bool RequiresQuestionAndAnswer {get;}

    Property Value

    true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also