Gets and sets the window in minutes that the maxium attempts are tracked for

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SortOrderAttribute(9)]
public static int PasswordAttemptWindow { get; set; }
Visual Basic
<SortOrderAttribute(9)> 
Public Shared Property PasswordAttemptWindow As Integer
	Get
	Set

Return Value

A Boolean.

See Also