Edit

GitPullRequestSearchCriteria.RepositoryId Property

Definition

If set, search for pull requests whose target branch is in this repository.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="repositoryId")]
public Nullable<Guid> RepositoryId { get; set; }
member this.RepositoryId : Nullable<Guid> with get, set
Public Property RepositoryId As Nullable(Of Guid)

Property Value

Attributes

Applies to