WebSiteGetPublishProfileResponse.Database.Type Property
Gets or sets the type of the database.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Type { get; set; }
public:
property String^ Type {
String^ get();
void set(String^ value);
}
member Type : string with get, set
Public Property Type As String
Property Value
Type: System.String
The type.
See Also
WebSiteGetPublishProfileResponse.Database Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top