Edit

GitPullRequestSearchCriteria.SourceRepositoryId Property

Definition

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

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

Property Value

Attributes

Applies to