次の方法で共有


DiagnosticDetectorResponse.IssueDetected プロパティ

定義

Issue が検出されたことを表すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.issueDetected")]
public bool? IssueDetected { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.issueDetected")>]
member this.IssueDetected : Nullable<bool> with get, set
Public Property IssueDetected As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象