Gets and sets the Password Format

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

Syntax

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

Return Value

A PasswordFormat enumeration.

See Also