MembershipEntity.PasswordQuestion Property

Gets or sets the password question.

Namespace:  System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

'Declaration
<StringLengthAttribute()> _
Public Property PasswordQuestion As String 
    Get 
    Set
'Usage
Dim instance As MembershipEntity 
Dim value As String 

value = instance.PasswordQuestion

instance.PasswordQuestion = value
[StringLengthAttribute()]
public string PasswordQuestion { get; set; }
[StringLengthAttribute()]
public:
property String^ PasswordQuestion {
    String^ get ();
    void set (String^ value);
}
[<StringLengthAttribute()>]
member PasswordQuestion : string with get, set
function get PasswordQuestion () : String 
function set PasswordQuestion (value : String)

Property Value

Type: System.String
The password question.

See Also

Reference

MembershipEntity Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity