Share via


HistoryQueryResults.Results Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

HistoryQueryResults Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace