SectionGroupCollection Class
Represents a collection of related SectionGroup objects.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of section groups in the collection. |
![]() | Item(Int32) | Gets the specified section group at the specified index. |
![]() | Item(String) | Gets the specified section group that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | Add(String) | Adds a new section group to the collection. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns a generic enumerator that iterates through the section group collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(String) | Removes the specified section group from the collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | Copies the collection to an array, starting at the specified index of the target array. |
![]() ![]() | IEnumerable.GetEnumerator() | Returns an enumerator that iterates through the section group collection. |
![]() ![]() | ICollection.IsSynchronized | |
![]() ![]() | ICollection.SyncRoot |
Use the SectionGroupCollection class to iterate through a collection of SectionGroup objects. You can access this collection of objects by using the SectionGroups property.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




