GitPullRequestCommentThreadContext.TrackingCriteria 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.
The criteria used to track this thread. If this property is filled out when the thread is returned, then the thread has been tracked from its original location using the given criteria.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.TeamFoundation.SourceControl.WebApi.CommentTrackingCriteria TrackingCriteria { get; set; }
member this.TrackingCriteria : Microsoft.TeamFoundation.SourceControl.WebApi.CommentTrackingCriteria with get, set
Public Property TrackingCriteria As CommentTrackingCriteria
Property Value
- Attributes