Freigeben über


LoopConditionalRuleReference.AdvanceDataCursors-Eigenschaft

Ruft den Indikator ab, der angibt, ob der Datencursor erweitert werden soll, oder legt ihn fest.

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)

Eigenschaftswert

Typ: System.Boolean
true , um den Datencursor zu erweitern, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

LoopConditionalRuleReference Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace