Share via


HistoryQueryResults<T>.Results Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Results As IEnumerable(Of HistoryEntry(Of T))
[DataMemberAttribute]
public IEnumerable<HistoryEntry<T>> Results { get; set; }
[DataMemberAttribute]
public:
property IEnumerable<HistoryEntry<T>^>^ Results {
    IEnumerable<HistoryEntry<T>^>^ get ();
    void set (IEnumerable<HistoryEntry<T>^>^ value);
}
[<DataMemberAttribute>]
member Results : IEnumerable<HistoryEntry<'T>> with get, set
function get Results () : IEnumerable<HistoryEntry<T>>
function set Results (value : IEnumerable<HistoryEntry<T>>)

Property Value

Type: System.Collections.Generic.IEnumerable<HistoryEntry<T>>

.NET Framework Security

See Also

Reference

HistoryQueryResults<T> Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace