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

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

Property Value

Type: System.Boolean

true if the marker is disabled; otherwise, false.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top