Share via


TestElement.IsRunnable Property

Gets or sets a value that indicates whether this test element is runnable.

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

Syntax

'Declaration
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")> _
Public ReadOnly Property IsRunnable As Boolean
'Usage
Dim instance As TestElement 
Dim value As Boolean 

value = instance.IsRunnable
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
public bool IsRunnable { get; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{946480CE-4C06-44e8-9F94-AA70C4938BB4}")]
public:
virtual property bool IsRunnable {
    bool get () sealed;
}
public final function get IsRunnable () : boolean

Property Value

Type: System.Boolean
true if this test element is runnable; otherwise, false.

Implements

ITestElement.IsRunnable

.NET Framework Security

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace