TestResultBase.IsRunLevel Property

Definition

Gets a value that indicates whether the associated test is a test run.

public:
 property bool IsRunLevel { bool get(); };
public bool IsRunLevel { get; }
member this.IsRunLevel : bool
Public ReadOnly Property IsRunLevel As Boolean

Property Value

true if the associated test is a test run; otherwise, false.

Applies to