ConfigurationSectionGroupCollection::Item Property

 

Gets or sets a ConfigurationSectionGroup object contained in this ConfigurationSectionGroupCollection object.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets the ConfigurationSectionGroup object whose index is specified from the collection.

System_CAPS_pubpropertyItem[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.

No code example is currently available or this language may not be supported.
Return to top
Show: