TestResultMessage.IsRunLevel Property

Gets a value that indicates whether this result is for a test run and not for a test.

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

Syntax

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

Property Value

Type: System.Boolean
true if this result is for a test run and not for a test; otherwise, false.

.NET Framework Security

See Also

Reference

TestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace