TestHistoryQuery.GroupBy 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.
Group the result on the basis of TestResultGroupBy. This can be Branch, Environment or null(if results are fetched by BuildDefinitionId)
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true)]
public Microsoft.TeamFoundation.TestManagement.WebApi.TestResultGroupBy GroupBy { get; set; }
member this.GroupBy : Microsoft.TeamFoundation.TestManagement.WebApi.TestResultGroupBy with get, set
Public Property GroupBy As TestResultGroupBy
Property Value
- Attributes