PersonalizationStateInfoCollection::Item Property (Int32)

 

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

Namespace:   System.Web.UI.WebControls.WebParts
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

index is less than zero.

- or -

index is greater than Count.

This property retrieves the PersonalizationStateInfo instance located at the specified ordinal index in the collection.

.NET Framework
Available since 2.0
Return to top
Show: