HistoryEntry<T>.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.
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