TaskInfo.Url Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("url")]
[System.Text.Json.Serialization.JsonPropertyOrder(3)]
public string? Url { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("url")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(3)>]
member this.Url : string with get, set
Public Property Url As String

Property Value

Attributes

Applies to