Gets or sets the date and time when the membership user was last authenticated or accessed the repository

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 LastActivityDate { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastActivityDate As DateTime

Field Value

The date and time when the membership user was last authenticated or accessed the repository.

See Also