GitPullRequestCommentThreadContext.ChangeTrackingId 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.
Used to track a comment across iterations. This value can be found by looking at the iteration's changes list. Must be set for pull requests with iteration support. Otherwise, it's not required for 'legacy' pull requests.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public int ChangeTrackingId { get; set; }
member this.ChangeTrackingId : int with get, set
Public Property ChangeTrackingId As Integer
Property Value
- Attributes