TestRun.ContainsManualTest Property

Definition

Gets a Boolean value that indicates whether this test is manual.

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

Property Value

true if the test is manual; otherwise, false.

Applies to