ScanResultProperties.QueryResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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