GitPullRequestIteration.ChangeList 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.
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