IImpactedTestPoint.SuiteName Property
Gets the name of the test suite for the test point.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property SuiteName As String
string SuiteName { get; }
property String^ SuiteName {
String^ get ();
}
abstract SuiteName : string with get
function get SuiteName () : String
Property Value
Type: String
The name of the test suite.
.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.