GitPullRequestQuery.QueryInputs 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 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