TestElement.IsLoadTestCandidate Property

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsLoadTestCandidate As Boolean
public virtual bool IsLoadTestCandidate { get; }
public:
virtual property bool IsLoadTestCandidate {
    bool get ();
}
abstract IsLoadTestCandidate : bool
override IsLoadTestCandidate : bool
function get IsLoadTestCandidate () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace