Share via


HierarchyEntry.Suite Property

 

Gets this hierarchy entry as a test suite.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public ITestSuiteBase Suite { get; }
public:
property ITestSuiteBase^ Suite {
    ITestSuiteBase^ get();
}
member Suite : ITestSuiteBase with get
Public ReadOnly Property Suite As ITestSuiteBase

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase

The test suite.

See Also

ITestSuiteBase
HierarchyEntry Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top