ProviderSettingsCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets a value at the specified index in the ProviderSettingsCollection collection.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ProviderSettings^ default[ int index ] { ProviderSettings^ get(int index); void set(int index, ProviderSettings^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the ProviderSettings to return.
Use the Item property to get or set a specified ProviderSettings object contained within this ProviderSettingsCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: