Click or drag to resize

VGMembershipUserLastPasswordChangedDate Property

Gets the date and time when the membership user's password was last updated.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public DateTime LastPasswordChangedDate { get; }

Property Value

Type: DateTime
The date and time when the membership user's password was last updated.
See Also