Share via


DiagnosticDetectorResponse.IssueDetected Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to