Share via


TaskInformation.TaskUrl Property

Definition

Gets or sets the URL of the Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to