TestResultMessage.IsRunLevel Property

Definition

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

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

Property Value

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

Applies to