UserPersonalizationStateInfo::LastActivityDate Property

 

Gets the last time the user was active in the ASP.NET application associated with a page.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property DateTime LastActivityDate {
	DateTime get();
}

Property Value

Type: System::DateTime

The 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
Return to top
Show: