Share via


TestJob.StatusDetails Property

Definition

Gets or sets the status details of the test job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to