UserPersonalizationStateInfo::LastActivityDate Property
.NET Framework (current version)
Gets the last time the user was active in the ASP.NET application associated with a page.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::DateTimeThe last time the user was active in the ASP.NET application associated with a page.
This property can be used as an indicator of whether a user is still active in the application as a whole. This date can be updated by other ASP.NET features, such as Membership and Profile.
.NET Framework
Available since 2.0
Available since 2.0
Show: