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

value = instance.DebugModeOn

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace