ConnectionStringSettingsCollection::Item Property (String^)

 

Gets or sets the ConnectionStringSettings object with the specified name in the collection.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property ConnectionStringSettings^ default[
	String^ name
] {
	ConnectionStringSettings^ get(String^ name);
}

Parameters

name
Type: System::String^

The name of a ConnectionStringSettings object in the collection.

Property Value

Type: System.Configuration::ConnectionStringSettings^

The ConnectionStringSettings object with the specified name; otherwise, null.

In C#, this property is the indexer for the ConnectionStringSettingsCollection class.

The following example shows how to access a named ConnectionStringSettings object in a ConnectionStringSettingsCollection collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: