Edit

HistoryEntry<T>.ChangeList Property

Definition

The Change list (changeset/commit/shelveset) for this point in history

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

Property Value

Attributes

Applies to