Sdílet prostřednictvím


ScanResultProperties.QueryResults Property

Definition

Gets or sets the results of the query that was run.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to