次の方法で共有


PolicySettings.EnabledState プロパティ

定義

ポリシーが有効な状態か無効の状態であるかが示される値を取得または設定します。 使用可能な値は 'Disabled'、'Enabled' です。

[Newtonsoft.Json.JsonProperty(PropertyName="enabledState")]
public string EnabledState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabledState")>]
member this.EnabledState : string with get, set
Public Property EnabledState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象