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)

Syntax

public string MySqlConnectionString { get; set; }
public:
property String^ MySqlConnectionString {
    String^ get();
    void set(String^ value);
}
member MySqlConnectionString : string with get, set
Public Property MySqlConnectionString As String

Property Value

Type: System.String

The connection string.

See Also

WebSiteGetPublishProfileResponse.PublishProfile Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top