TestHistoryQuery.ResultsForGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of TestResultHistoryForGroup which are grouped by GroupBy
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultHistoryForGroup> ResultsForGroup { get; set; }
member this.ResultsForGroup : System.Collections.Generic.IList<Microsoft.TeamFoundation.TestManagement.WebApi.TestResultHistoryForGroup> with get, set
Public Property ResultsForGroup As IList(Of TestResultHistoryForGroup)
Property Value
- Attributes