WebSiteUpdateConfigurationParameters.ConnectionStrings Property

Definition

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

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

Property Value

Applies to