WebSite.AdminEnabled Property

 

Gets whether the web site administrator is enabled.

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

public Nullable<bool> AdminEnabled { get; set; }

Property Value

Type: System.Nullable<Boolean>

Always true.

Return to top
Show: