This documentation is archived and is not being maintained.
WebPartZoneCollection::Item Property (Int32)
Visual Studio 2010
Returns a specific member of the collection by passing in an integer.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
- Type: System::Int32
The index number for a particular WebPartZone within a collection.
Property Value
Type: System.Web.UI.WebControls.WebParts::WebPartZoneBaseA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: