WebSiteGetPublishProfileResponse::PublishProfile::MySqlConnectionString Property

 

Gets or sets the connection string for the MySQL database that supports the web site application.

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

public:
property String^ MySqlConnectionString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The connection string.

Return to top
Show: