PersonalizationStateInfoCollection::Item Property (Int32)
.NET Framework (current version)
Gets a PersonalizationStateInfo instance located at the specified ordinal index in the collection.
Assembly: System.Web (in System.Web.dll)
public: property PersonalizationStateInfo^ default[ int index ] { PersonalizationStateInfo^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The ordinal index of the object to be retrieved.
Property Value
Type: System.Web.UI.WebControls.WebParts::PersonalizationStateInfo^A PersonalizationStateInfo instance located at the specified ordinal index in the collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
This property retrieves the PersonalizationStateInfo instance located at the specified ordinal index in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: