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 with get
override IsLoadTestCandidate : bool with get
function get IsLoadTestCandidate () : boolean
Property Value
Type: Boolean
true if this test element will be included in a list of possible load tests; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.