Share via


TestElement.IsLoadTestCandidate Property

Definition

Gets a value that indicates whether this test element will be included in a list of possible load tests in the UI.

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

Property Value

true if this test element will be included in a list of possible load tests; otherwise, false.

Applies to