Bagikan melalui


BackendCredentialsContract.Query Property

Definition

Gets or sets query Parameter description.

[Newtonsoft.Json.JsonProperty(PropertyName="query")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> Query { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="query")>]
member this.Query : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> with get, set
Public Property Query As IDictionary(Of String, IList(Of String))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to