PersonalizationStateInfoCollection Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of items in a collection.

System_CAPS_pubpropertyIsSynchronized

Gets a value indicating whether access to the PersonalizationStateInfoCollection collection is synchronized (thread safe).

System_CAPS_pubpropertyItem[Int32]

Gets a PersonalizationStateInfo instance located at the specified ordinal index in the collection.

System_CAPS_pubpropertyItem[String^, String^]

Gets an element from the collection based on the specified parameters.

System_CAPS_pubpropertySyncRoot

Gets an object that can be used to synchronize access to the PersonalizationStateInfoCollection instance.

Return to top
Show: