TestRun.ContainsManualTest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.