UITestActionFilter.Enabled Property

Gets a value that indicates whether this filter is enabled.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Enabled As Boolean
public abstract bool Enabled { get; }
public:
virtual property bool Enabled {
    bool get () abstract;
}
abstract Enabled : bool with get
abstract function get Enabled () : boolean

Property Value

Type: Boolean
true if this filter is enabled; otherwise, false.

.NET Framework Security

See Also

Reference

UITestActionFilter Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace