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)

public string ProviderName { get; set; }

Property Value

Type: System.String

The type.

For example, "SQL" or "MySQL".

Return to top
Show: