Edit

GitPullRequest.Reviewers Property

Definition

A list of reviewers on the pull request along with the state of their votes.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="reviewers")]
public Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote[] Reviewers { get; set; }
member this.Reviewers : Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote[] with get, set
Public Property Reviewers As IdentityRefWithVote()

Property Value

Attributes

Applies to