Edit

Share via


GitPullRequestIterationChanges.ChangeEntries Property

Definition

Changes made in the iteration.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequestChange> ChangeEntries { get; set; }
member this.ChangeEntries : seq<Microsoft.TeamFoundation.SourceControl.WebApi.GitPullRequestChange> with get, set
Public Property ChangeEntries As IEnumerable(Of GitPullRequestChange)

Property Value

Attributes

Applies to