Edit

Share via


GitPullRequestQuery.QueryInputs Property

Definition

The queries to perform.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="queries")]
public System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequestQueryInput> QueryInputs { get; set; }
member this.QueryInputs : System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequestQueryInput> with get, set
Public Property QueryInputs As List(Of GitPullRequestQueryInput)

Property Value

Attributes

Applies to