PersonalizationState::IsEmpty Property

 

When overridden, gets a value that indicates whether any personalization state was extracted by a state instance.

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

public:
property bool IsEmpty {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if any personalization state was extracted by a state instance; otherwise, false.

This property is an abstract definition of a property that can be called to determine whether any personalization state was extracted by a state instance.

.NET Framework
Available since 2.0
Return to top
Show: