Share via


Job.StatusDetails Property

Definition

Gets or sets the status details of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to