AppBasedQueryLink.Url Property

Definition

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

Property Value

Attributes

Applies to