GitPullRequestSearchCriteria.SourceRepositoryId 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 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