Share via


WebSiteGetConfigurationResponse.ConnectionStrings Property

 

Gets or sets a collection of WebSiteGetConfigurationResponse.ConnectionStringInfo objects that defines the connection strings for database and other external resources.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public IList<WebSiteGetConfigurationResponse.ConnectionStringInfo> ConnectionStrings { get; set; }
public:
property IList<WebSiteGetConfigurationResponse::ConnectionStringInfo^>^ ConnectionStrings {
    IList<WebSiteGetConfigurationResponse::ConnectionStringInfo^>^ get();
    void set(IList<WebSiteGetConfigurationResponse::ConnectionStringInfo^>^ value);
}
member ConnectionStrings : IList<WebSiteGetConfigurationResponse.ConnectionStringInfo> with get, set
Public Property ConnectionStrings As IList(Of WebSiteGetConfigurationResponse.ConnectionStringInfo)

Property Value

Type: System.Collections.Generic.IList<WebSiteGetConfigurationResponse.ConnectionStringInfo>

A collection of WebSiteGetConfigurationResponse.ConnectionStringInfo objects.

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top