CommentIterationContext.FirstComparingIteration 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 iteration of the file on the left side of the diff when the thread was created. If this value is equal to SecondComparingIteration, then this version is the common commit between the source and target branches of the pull request.
[System.Runtime.Serialization.DataMember]
public short FirstComparingIteration { get; set; }
member this.FirstComparingIteration : int16 with get, set
Public Property FirstComparingIteration As Short
Property Value
- Attributes