WebSiteGetConfigurationResponse.DocumentRoot Property
Optional. The document root.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string DocumentRoot { get; set; }
public:
property String^ DocumentRoot {
String^ get();
void set(String^ value);
}
member DocumentRoot : string with get, set
Public Property DocumentRoot As String
Property Value
Type: System.String
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top