Edit

ChangeQueryResults.Results Property

Definition

The change entries (results) from this query

[System.Runtime.Serialization.DataMember(Name="results")]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.Change> Results { get; set; }
member this.Results : seq<Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.Change> with get, set
Public Property Results As IEnumerable(Of Change)

Property Value

Attributes

Applies to