TestResultHistoryForGroup Class
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 test results filtered on the basis of GroupByValue
[System.Runtime.Serialization.DataContract]
public class TestResultHistoryForGroup : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestResultHistoryForGroup = class
inherit TestManagementBaseSecuredObject
Public Class TestResultHistoryForGroup
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestResultHistoryForGroup() |
Properties
| DisplayName |
Display name of the group. |
| GroupByValue |
Name or Id of the group identifier by which results are grouped together. |
| Results |
List of results for GroupByValue |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |