ProfileInfo::LastUpdatedDate Property

 

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

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

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

Property Value

Type: System::DateTime

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

.NET Framework
Available since 2.0
Return to top
Show: