This documentation is archived and is not being maintained.
WebPartZoneCollection Properties
Visual Studio 2010
The WebPartZoneCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.) |
|
InnerList | Gets the list of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.) |
|
Item[Int32] | Returns a specific member of the collection by passing in an integer. |
|
Item[String] | Returns a specific member of the collection by passing in a unique identifier. |
| Name | Description | |
|---|---|---|
|
ICollection::IsSynchronized | Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). (Inherited from ReadOnlyCollectionBase.) |
|
ICollection::SyncRoot | Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. (Inherited from ReadOnlyCollectionBase.) |
Show: