ProviderSettingsCollection::Item Property (String^)

 

Gets an item from the collection.

Namespace:   System.Configuration
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
Return to top
Show: