WebPartZoneCollection::Item Property (Int32)
.NET Framework (current version)
Returns a specific member of the collection by passing in an integer.
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
Available since 2.0
Show: