SourceControlSyncJobById.Exception Property

Definition

Gets or sets the exceptions that occurred while running the sync job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.exception")]
public string Exception { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.exception")>]
member this.Exception : string with get, set
Public Property Exception As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to