Edit

HistoryQueryResults<T>.Results Property

Definition

The history entries (results) from this query

[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.HistoryEntry<T>> Results { get; set; }
member this.Results : seq<Microsoft.TeamFoundation.SourceControl.WebApi.HistoryEntry<'T>> with get, set
Public Property Results As IEnumerable(Of HistoryEntry(Of T))

Property Value

Attributes

Applies to