PersonalizationDictionary::IsSynchronized Property

 

Gets whether the personalization dictionary is synchronized.

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

public:
property bool IsSynchronized {
	virtual bool get();
}

Property Value

Type: System::Boolean

false in all cases.

This property always returns false because personalization dictionaries are not synchronized.

.NET Framework
Available since 2.0
Return to top
Show: