WebSiteUpdateConfigurationParameters::ConnectionStrings Property
Gets or sets a collection of WebSiteUpdateConfigurationParameters::ConnectionStringInfo objects that define the connection strings for databases and other external resources.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: property IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ ConnectionStrings { IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ get(); void set(IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ value); }
Property Value
Type: System.Collections.Generic::IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^A collection of WebSiteUpdateConfigurationParameters::ConnectionStringInfo objects.
Show: