PersonalizationStateInfo::LastUpdatedDate Property

 

Gets the date and time that the personalization state was last updated.

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

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

Property Value

Type: System::DateTime

A DateTime indicating when the personalization state was last updated.

This property provides the date and time that the shared or per-user personalization state information was last updated.

.NET Framework
Available since 2.0
Return to top
Show: