TestResultId.IsRootLevel Property

Gets a value that indicates whether the associated test result is the root test result.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public ReadOnly Property IsRootLevel As Boolean
public bool IsRootLevel { get; }
public:
property bool IsRootLevel {
    bool get ();
}
member IsRootLevel : bool
function get IsRootLevel () : boolean

Property Value

Type: System.Boolean
true if the associated test result is the root test result and has no parent test result; otherwise, false.

.NET Framework Security

See Also

Reference

TestResultId Class

Microsoft.VisualStudio.TestTools.Common Namespace