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

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

Property Value

Type: System.Boolean

true if this filter is enabled; otherwise, false.

See Also

UITestActionFilter Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top