WebPartZoneCollection::Item Property (Int32)

 

Returns a specific member of the collection by passing in an integer.

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

public:
property WebPartZoneBase^ default[
	int index
] {
	WebPartZoneBase^ get(int index);
}

Parameters

index
Type: System::Int32

The index number for a particular WebPartZone within a collection.

Property Value

Type: System.Web.UI.WebControls.WebParts::WebPartZoneBase^

A WebPartZone at the specified index in the collection.

The Item property enables you to access a WebPartZone object within a WebPartZoneCollection collection by using an index number that represents its ordinal position in the collection.

.NET Framework
Available since 2.0
Return to top
Show: