WebSite.Enabled Property

Definition

Optional. The current state of the web site. This is true if the site is enabled and false otherwise. Setting this value to false disables the site (takes the site offline).

public bool? Enabled { get; set; }
member this.Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)

Property Value

Applies to