ProviderSettingsCollection::Item Property (String^)
.NET Framework (current version)
Gets an item from the collection.
Assembly: System.Configuration (in System.Configuration.dll)
public: property ProviderSettings^ default[ String^ key ] { ProviderSettings^ get(String^ key); }
Parameters
- key
-
Type:
System::String^
A string reference to the ProviderSettings object within the collection.
Property Value
Type: System.Configuration::ProviderSettings^A ProviderSettings object contained in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: