Share via


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

See Also

Reference

IImpactedTestPoint Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace