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)

public:
property IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ ConnectionStrings {
	IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ get();
	void set(IList<WebSiteUpdateConfigurationParameters::ConnectionStringInfo^>^ value);
}
Return to top
Show: