Edit

IdentityRefWithVote.VotedFor Property

Definition

Groups or teams that that this reviewer contributed to.
Groups and teams can be reviewers on pull requests but can not vote directly. When a member of the group or team votes, that vote is rolled up into the group or team vote. VotedFor is a list of such votes.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="votedFor")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="votedFor")]
public Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote[] VotedFor { get; set; }
member this.VotedFor : Microsoft.TeamFoundation.SourceControl.WebApi.IdentityRefWithVote[] with get, set
Public Property VotedFor As IdentityRefWithVote()

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to