WebTestResultDetails.WebTestIterations Property
Gets the list of Web performance test iterations.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
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>)
Property Value
Type: List<WebTestResultIteration>
The list of Web performance test iterations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.