Compartilhar via


Propriedade LoopConditionalRuleReference.AdvanceDataCursors

Obtém ou define o indicador de se o cursor de dados deve Avançar.

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

Sintaxe

'Declaração
Public Property AdvanceDataCursors As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean
true para avançar o cursor de dados; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

LoopConditionalRuleReference Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting