GitPullRequestQuery.Results 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.
The results of the queries. This matches the QueryInputs list so Results[n] are the results of QueryInputs[n]. Each entry in the list is a dictionary of commit->pull requests.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.List<System.Collections.Generic.IDictionary<string,System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequest>>> Results { get; set; }
member this.Results : System.Collections.Generic.List<System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequest>>> with get, set
Public Property Results As List(Of IDictionary(Of String, List(Of GitPullRequest)))
Property Value
- Attributes