Gets or sets the date and time when the user was last modified.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public DateTime LastModificationDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastModificationDate As DateTime

Field Value

The date and time when the user was last modified.

Remarks

this date is not modified when the credentials are modified. This date is modified only when the roles granted to the user, the mail, the first name, the last name or the comment is modified.

See Also