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
- 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.