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
'Declaration
ReadOnly Property TestPoints As ITestPointHelper
ITestPointHelper TestPoints { get; }
property ITestPointHelper^ TestPoints {
ITestPointHelper^ get ();
}
abstract TestPoints : ITestPointHelper with get
function get TestPoints () : ITestPointHelper
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointHelper
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.