Aracılığıyla paylaş


WebTestResultDetails.WebTestIterations Özellik

Web performansını listesini testi tekrar alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Property WebTestIterations As List(Of WebTestResultIteration)
    Get
    Friend Set
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>)

Özellik Değeri

Tür: System.Collections.Generic.List<WebTestResultIteration>
Web performans testi yineleme listesi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestResultDetails Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı