Share via


BatchLabelExample.HasError Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to