ProfileInfo::LastActivityDate Property

 

Gets the last date and time when the profile was read or updated.

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

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

Property Value

Type: System::DateTime

A DateTime that represents the last date and time when the profile was read or updated.

.NET Framework
Available since 2.0
Return to top
Show: