Share via


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
'Usage
Dim instance As TestElement 
Dim value As Boolean 

value = instance.IsLoadTestCandidate
public virtual bool IsLoadTestCandidate { get; }
public:
virtual property bool IsLoadTestCandidate {
    bool get ();
}
public 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

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace