次の方法で共有


DetectorDefinitionResource.IsEnabled プロパティ

定義

検出機能が有効かどうかを表すフラグを取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isEnabled")]
public bool? IsEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isEnabled")>]
member this.IsEnabled : Nullable<bool>
Public ReadOnly Property IsEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象