Share via


WebSiteGetPublishProfileResponse.Database.ProviderName Property

 

Gets or sets the type of database provider

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

Syntax

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

Property Value

Type: System.String

The type.

Remarks

For example, "SQL" or "MySQL".

See Also

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

Return to top