PersonalizationDictionary::Values Property

 

Gets a reference to an ICollection object containing the values in the personalization dictionary.

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

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

Property Value

Type: System.Collections::ICollection^

An ICollection containing the values for the personalization dictionary.

Use this method to obtain the values from a personalization dictionary.

.NET Framework
Available since 2.0
Return to top
Show: