RecorderOptions.RecordThinkTime 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 RecordThinkTime As Boolean
Get
Set
'Usage
Dim instance As RecorderOptions
Dim value As Boolean
value = instance.RecordThinkTime
instance.RecordThinkTime = value
public bool RecordThinkTime { get; set; }
public:
property bool RecordThinkTime {
bool get ();
void set (bool value);
}
function get RecordThinkTime () : boolean
function set RecordThinkTime (value : boolean)
member RecordThinkTime : bool with get, set
Property Value
Type: System.Boolean
.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.