SyncFullSchemaTable.HasError Property

Definition

Gets if there is error in the table.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to