GitPullRequestSearchCriteria.Status 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.
If set, search for pull requests that are in this state. Defaults to Active if unset.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="status")]
public Nullable<Microsoft.TeamFoundation.SourceControl.WebApi.PullRequestStatus> Status { get; set; }
member this.Status : Nullable<Microsoft.TeamFoundation.SourceControl.WebApi.PullRequestStatus> with get, set
Public Property Status As Nullable(Of PullRequestStatus)
Property Value
- Attributes