Proprietà LoopConditionalRuleReference.AdvanceDataCursors
Ottiene o imposta un valore che indica se il cursore dati deve avanzare.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Boolean
true per far avanzare il cursore dati. In caso contrario, false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.