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
- 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.