Share via


LoopConditionalRuleReference.AdvanceDataCursors Property

Gets or sets the indicator of whether the data cursor should advance.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Property Value

Type: System.Boolean
true to advance the data cursor; otherwise, false.

.NET Framework Security

See Also

Reference

LoopConditionalRuleReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace