Share via


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

'Declaration
ReadOnly Property SuiteId As Integer
int SuiteId { get; }
property int SuiteId {
    int get ();
}
abstract SuiteId : int with get
function get SuiteId () : int

Property Value

Type: Int32
The identifier for the test suite that contains this test point.

.NET Framework Security

See Also

Reference

ITestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace