gets and sets the token created for resetting passwords

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[BrowsableAttribute(false)]
public Guid PasswordResetToken { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Property PasswordResetToken As Guid
	Get
	Set

See Also