Compartir a través de


LoopConditionalRuleReference.AdvanceDataCursors (Propiedad)

Obtiene o establece el valor que indica si el cursor de datos debe avanzar.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Boolean
true para avanzar el cursor de datos; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

LoopConditionalRuleReference Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)