WebSiteGetConfigurationResponse.ConnectionStrings Property

Definition

Optional. The connection strings for database and other external resources.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo> ConnectionStrings { get; set; }
member this.ConnectionStrings : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteGetConfigurationResponse.ConnectionStringInfo> with get, set
Public Property ConnectionStrings As IList(Of WebSiteGetConfigurationResponse.ConnectionStringInfo)

Property Value

Applies to