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
public DateTime FailedPasswordAnswerAttemptWindowsStart { get; set; }
public:
property DateTime FailedPasswordAnswerAttemptWindowsStart {
DateTime get();
void set(DateTime value);
}
member FailedPasswordAnswerAttemptWindowsStart : DateTime with get, set
Public Property FailedPasswordAnswerAttemptWindowsStart As Date
Property Value
Type: System.DateTime
The start date and time when the password answer attempt has failed.
See Also
MembershipEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top