Gets 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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public DateTime LastModificationDate { get; }
Visual Basic
Public ReadOnly Property LastModificationDate As DateTime
	Get

Property Value

Type: DateTime
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