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: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Property Value

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

See Also