Edit

Share via


GitPullRequestQuery.Results Property

Definition

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

Applies to