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)
Syntax
public Nullable<bool> AdminEnabled { get; set; }
public:
property Nullable<bool> AdminEnabled {
Nullable<bool> get();
void set(Nullable<bool> value);
}
member AdminEnabled : Nullable<bool> with get, set
Public Property AdminEnabled As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Always true.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top