Edit

Share via


GitPullRequestIteration.ChangeList Property

Definition

Changes included with the pull request iteration.

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

Property Value

Attributes

Applies to