ProfileBase.LastActivityDate Property

Gets the most recent date and time that the profile was read or modified.

Namespace: System.Web.Profile
Assembly: System.Web (in system.web.dll)

public:
property DateTime LastActivityDate {
	DateTime get ();
}
/** @property */
public DateTime get_LastActivityDate ()

public function get LastActivityDate () : DateTime

Not applicable.

Property Value

The most recent date and time that the profile was read or modified by the default provider.

This property value is only modified by the default profile provider. Changes made to profile properties by a provider other than the default profile provider do not affect the value of the LastActivityDate property.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: