Compartir a través de


WebTestResultDetails.WebTestIterations (Propiedad)

Obtiene la lista de iteraciones de la prueba de rendimiento web.

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

Sintaxis

'Declaración
Public Property WebTestIterations As List(Of WebTestResultIteration)
public List<WebTestResultIteration> WebTestIterations { get; internal set; }
public:
property List<WebTestResultIteration^>^ WebTestIterations {
    List<WebTestResultIteration^>^ get ();
    internal: void set (List<WebTestResultIteration^>^ value);
}
member WebTestIterations : List<WebTestResultIteration> with get, internal set
function get WebTestIterations () : List<WebTestResultIteration>
internal function set WebTestIterations (value : List<WebTestResultIteration>)

Valor de propiedad

Tipo: List<WebTestResultIteration>
La lista de iteraciones de la prueba de resistencia web.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultDetails Clase

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