WebSite.Enabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)