Share via


ApplicationGatewayUrlConfiguration.ModifiedQueryString Property

Definition

Gets or sets query string which user has provided for url rewrite. Null means no query string will be updated. Default value is null.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to