ITestSuiteBase.IsRoot Property

 

Gets a value that indicates whether this suite is the root suite in the test project.

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

Syntax

bool IsRoot { get; }
property bool IsRoot {
    bool get();
}
abstract IsRoot : bool with get
ReadOnly Property IsRoot As Boolean

Property Value

Type: System.Boolean

true if this suite is the root suite in the project; otherwise, false.

See Also

ITestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top