ConnectionStringsSection.ConnectionStrings Property
.NET Framework (current version)
Gets a ConnectionStringSettingsCollection collection of ConnectionStringSettings objects.
Assembly: System.Configuration (in System.Configuration.dll)
[<ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions.IsDefaultCollection)>] member ConnectionStrings : ConnectionStringSettingsCollection with get
Property Value
Type: System.Configuration.ConnectionStringSettingsCollectionA ConnectionStringSettingsCollection collection of ConnectionStringSettings objects.
The following example shows how to use the ConnectionStrings property of the ConnectionStringsSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: