TemplateLink.QueryString Property

Definition

Gets or sets the query string (for example, a SAS token) to be used with the templateLink URI.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to