GitPullRequestSearchCriteria.ReviewerId 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 have this identity as a reviewer.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="reviewerId")]
public Nullable<Guid> ReviewerId { get; set; }
member this.ReviewerId : Nullable<Guid> with get, set
Public Property ReviewerId As Nullable(Of Guid)
Property Value
- Attributes