Site.Enabled Property

Definition

Gets or sets <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")]
public bool? Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")>]
member this.Enabled : Nullable<bool> with get, set
Public Property Enabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to