TestResultBase.IsRunLevel 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 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.