PersonalizationDictionary::Keys Property

 

Gets a reference to an ICollection object containing the keys for the personalization dictionary.

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

public:
property ICollection^ Keys {
	virtual ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

An ICollection containing the keys for the personalization dictionary.

Use this method to obtain the keys for a personalization dictionary.

.NET Framework
Available since 2.0
Return to top
Show: