ConnectionStringSettingsCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the ConnectionStringSettings object with the specified name in the collection.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: