Edit

GitPullRequestSearchCriteria.Status Property

Definition

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

Applies to