Edit

Share via


GitPullRequestCommentThreadContext.ChangeTrackingId Property

Definition

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

Applies to