ITestPoint.SuiteId Property
Gets the identifier for the test suite that contains this test point.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int SuiteId { get; }
property int SuiteId {
int get();
}
abstract SuiteId : int with get
ReadOnly Property SuiteId As Integer
Property Value
Type: System.Int32
The identifier for the test suite that contains this test point.
See Also
ITestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top