ProviderSettingsCollection.Item Property
.NET Framework 3.5
Accesses an instance of the ProviderSettingsCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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 the Item method to access a specified ProviderSettings object contained within this ProviderSettingsCollection class.