IdentityRefWithVote.VotedFor 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.
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