MembershipEntity.FailedPasswordAttemptWindowStart Property

Gets or sets the start date and time associated with the failed password attempt.

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

Syntax

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

value = instance.FailedPasswordAttemptWindowStart

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

Property Value

Type: System.DateTime
The start date and time associated with the failed password attempt.

See Also

Reference

MembershipEntity Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity