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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.