Share via


TestStepMarker.Disabled Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
    Get
    Set
'Usage
Dim instance As TestStepMarker
Dim value As Boolean

value = instance.Disabled

instance.Disabled = value
public bool Disabled { get; set; }
public:
property bool Disabled {
    bool get ();
    void set (bool value);
}
function get Disabled () : boolean
function set Disabled (value : boolean)
member Disabled : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TestStepMarker Class

TestStepMarker Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace