Gets and sets the Password Expiry time in days

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

Syntax

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

Return Value

An integer.

See Also