CommentThread.Comments 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 comments.
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.Comment> Comments { get; set; }
member this.Comments : System.Collections.Generic.IList<Microsoft.TeamFoundation.SourceControl.WebApi.Comment> with get, set
Public Property Comments As IList(Of Comment)
Property Value
- Attributes