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

string SuiteName { get; }
property String^ SuiteName {
    String^ get();
}
abstract SuiteName : string with get
ReadOnly Property SuiteName As String

Property Value

Type: System.String

The name of the test suite.

See Also

IImpactedTestPoint Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top