WebSiteUpdateConfigurationParameters.ConnectionStrings Property
Gets or sets a collection of WebSiteUpdateConfigurationParameters.ConnectionStringInfo objects that define the connection strings for databases and other external resources.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<WebSiteUpdateConfigurationParameters.ConnectionStringInfo> ConnectionStrings { get; set; }
public:
property IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ ConnectionStrings {
IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ get();
void set(IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ value);
}
member ConnectionStrings : IList<WebSiteUpdateConfigurationParameters.ConnectionStringInfo> with get, set
Public Property ConnectionStrings As IList(Of WebSiteUpdateConfigurationParameters.ConnectionStringInfo)
Property Value
Type: System.Collections.Generic.IList<WebSiteUpdateConfigurationParameters.ConnectionStringInfo>
A collection of WebSiteUpdateConfigurationParameters.ConnectionStringInfo objects.
See Also
WebSiteUpdateConfigurationParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top