ProviderSettingsCollection::Item Property (Int32)

 

Gets or sets a value at the specified index in the ProviderSettingsCollection collection.

Namespace:   System.Configuration
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.

Property Value

Type: System.Configuration::ProviderSettings^

The specified ProviderSettings.

Use the Item property to get or set a specified ProviderSettings object contained within this ProviderSettingsCollection class.

.NET Framework
Available since 2.0
Return to top
Show: