Share via


RunFilter.TaskName Property

Definition

Gets or sets the name of the task that the run corresponds to.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to