TestElement.IsLoadTestCandidate 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 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.