PersonalizationDictionary::Count Property

 

Gets the number of entries in the dictionary.

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

public:
property int Count {
	virtual int get();
}

Property Value

Type: System::Int32

The number of entries in the dictionary.

Use this property to get the number of entries in the personalization dictionary.

.NET Framework
Available since 2.0
Return to top
Show: