Share via


MembershipEntity.PasswordQuestion Property

 

Gets or sets the password question.

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

Syntax

[StringLengthAttribute(256)]
public string PasswordQuestion { get; set; }
public:
[StringLengthAttribute(256)]
property String^ PasswordQuestion {
    String^ get();
    void set(String^ value);
}
[<StringLengthAttribute(256)>]
member PasswordQuestion : string with get, set
<StringLengthAttribute(256)>
Public Property PasswordQuestion As String

Property Value

Type: System.String

The password question.

See Also

MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top