MembershipEntity.FailedPasswordAnswerAttemptWindowsStart Property

Gets or sets the start date and time when the password answer attempt has failed.

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

Syntax

'Declaration
Public Property FailedPasswordAnswerAttemptWindowsStart As DateTime 
    Get 
    Set
'Usage
Dim instance As MembershipEntity 
Dim value As DateTime 

value = instance.FailedPasswordAnswerAttemptWindowsStart

instance.FailedPasswordAnswerAttemptWindowsStart = value
public DateTime FailedPasswordAnswerAttemptWindowsStart { get; set; }
public:
property DateTime FailedPasswordAnswerAttemptWindowsStart {
    DateTime get ();
    void set (DateTime value);
}
member FailedPasswordAnswerAttemptWindowsStart : DateTime with get, set
function get FailedPasswordAnswerAttemptWindowsStart () : DateTime 
function set FailedPasswordAnswerAttemptWindowsStart (value : DateTime)

Property Value

Type: System.DateTime
The start date and time when the password answer attempt has failed.

See Also

Reference

MembershipEntity Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity