次の方法で共有


SitePatchResource.Enabled プロパティ

定義

アプリが有効になっている場合は、lt;コード>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。 この値を false に設定すると、アプリは無効になります (アプリはオフラインになります)。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象