ConfigurationSectionGroupCollection::Item Property
.NET Framework (current version)
Gets or sets a ConfigurationSectionGroup object contained in this ConfigurationSectionGroupCollection object.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the ConfigurationSectionGroup object whose index is specified from the collection. |
![]() | Item[String^] | Gets the ConfigurationSectionGroup object whose name is specified from the collection. |
The following example shows how to use the Item property to iterate through a ConfigurationSectionGroupCollection.
Show:
