WebPartZoneCollection.Item Property

 

Returns a specific member of the collection according to its position or a unique identifier.

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

NameDescription
System_CAPS_pubpropertyItem(Int32)

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

System_CAPS_pubpropertyItem(String)

Returns a specific member of the collection by passing in a unique identifier.

Return to top
Show: