ITestManagementTeamProject.TestPoints Property
Contains methods to block and unblock test points.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestPointHelper TestPoints { get; }
property ITestPointHelper^ TestPoints {
ITestPointHelper^ get();
}
abstract TestPoints : ITestPointHelper with get
ReadOnly Property TestPoints As ITestPointHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointHelper
See Also
ITestManagementTeamProject Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top