SitePatchResource.Enabled 속성

정의

앱을 사용하도록 설정하면 lt;code>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

적용 대상