WebSiteGetConfigurationResponse.ConnectionStrings Property
Gets or sets a collection of WebSiteGetConfigurationResponse.ConnectionStringInfo objects that defines the connection strings for database and other external resources.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Public Property ConnectionStrings As IList(Of WebSiteGetConfigurationResponse.ConnectionStringInfo)
Property Value
Type: System.Collections.Generic.IList(Of WebSiteGetConfigurationResponse.ConnectionStringInfo)A collection of WebSiteGetConfigurationResponse.ConnectionStringInfo objects.
Show: