ProviderSettingsCollection::Item Property
.NET Framework (current version)
Accesses an instance of the ProviderSettingsCollection class.
Assembly: System.Configuration (in System.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | Item[ConfigurationProperty^] | Gets or sets a property or attribute of this configuration element.(Inherited from ConfigurationElement.) |
![]() | Item[Int32] | Gets or sets a value at the specified index in the ProviderSettingsCollection collection. |
![]() | Item[String^] | Gets an item from the collection. |
Use this method to access a specified ProviderSettings object contained within this ProviderSettingsCollection class.
Show:

