ITestPointStatistic.PointState Property
Gets the TestPointState of the test at this test point.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestPointState PointState { get; }
property TestPointState PointState {
TestPointState get();
}
abstract PointState : TestPointState with get
ReadOnly Property PointState As TestPointState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestPointState
The state of the test.
See Also
TestPointState
ITestPointStatistic Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top