ExecutionStatistics.HasErrors Property

Definition

Gets or sets indicates whether the query resulted in an error

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to