Freigeben über


Site.Enabled Eigenschaft

Definition

Ruft lt;code>true</code> ab, wenn die App aktiviert ist, oder legt sie fest&, &andernfalls lt;code>false</code>. Wenn Sie diesen Wert auf false festlegen, wird die App deaktiviert (schaltet die 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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: