Comment.UsersLiked 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.
A list of the users who have liked this comment.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IList<Microsoft.VisualStudio.Services.WebApi.IdentityRef> UsersLiked { get; set; }
member this.UsersLiked : System.Collections.Generic.IList<Microsoft.VisualStudio.Services.WebApi.IdentityRef> with get, set
Public Property UsersLiked As IList(Of IdentityRef)
Property Value
- Attributes