Share via


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

'Declaration
ReadOnly Property IsRoot As Boolean
bool IsRoot { get; }
property bool IsRoot {
    bool get ();
}
abstract IsRoot : bool
function get IsRoot () : boolean

Property Value

Type: System.Boolean
true if this suite is the root suite in the project; otherwise, false.

.NET Framework Security

See Also

Reference

ITestSuiteBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace