Share via


TestStepMarkerAction.Disabled Property

Gets or sets a value that indicates whether the marker is disabled.

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

Syntax

'Declaration
Public Property Disabled As Boolean
public bool Disabled { get; set; }
public:
property bool Disabled {
    bool get ();
    void set (bool value);
}
member Disabled : bool with get, set
function get Disabled () : boolean
function set Disabled (value : boolean)

Property Value

Type: System.Boolean
true if the marker is disabled; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

TestStepMarkerAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged