Class to contain the result of a Web performance test loop iteration.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultGroup
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultLoopIteration
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestResultLoopIteration _
    Inherits WebTestResultGroup _
    Implements ICloneable
[SerializableAttribute]
public class WebTestResultLoopIteration : WebTestResultGroup, 
    ICloneable
[SerializableAttribute]
public ref class WebTestResultLoopIteration : public WebTestResultGroup, 
    ICloneable
[<SerializableAttribute>]
type WebTestResultLoopIteration =  
    class 
        inherit WebTestResultGroup 
        interface ICloneable 
    end
public class WebTestResultLoopIteration extends WebTestResultGroup implements ICloneable
The WebTestResultLoopIteration type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Children | Gets the children of a group. This can typically be a page or other groups also. Set accessor is set to internal. (Inherited from WebTestResultGroup.) | 
| .gif) | DeclarativeWebTestItemId | Gets or sets the ID of this request in a declarative test. (Inherited from WebTestResultUnit.) | 
| .gif) | ErrorOccurred | Gets or sets a value that indicates whether an error occurred. | 
| .gif) | IsCompleted | Gets a Boolean value that indicates whether the result status is Completed. (Inherited from WebTestResultUnit.) | 
| .gif) | IsSkipped | Gets a Boolean value that indicates whether this request was skipped. (Inherited from WebTestResultUnit.) | 
| .gif) | IterationNumber | Gets or sets the iteration number. | 
| .gif) | Passed | Gets a Boolean indicator of whether the Web performance test passed. (Overrides WebTestResultGroup.Passed.) | 
| .gif) | RequestResult | Gets or sets the request result. | 
| .gif) | ResultStatus | Gets or sets the WebTestResultStatus of this page or request. (Inherited from WebTestResultUnit.) | 
| .gif) | SourceWebTestId | Gets or sets the ID of the Web performance test. (Inherited from WebTestResultUnit.) | 
| .gif) | StopLoopIteration | Gets or sets the iteration to stop the loop. | 
| .gif) | UniqueStringId | Gets or sets the unique string ID. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddNonExecutedChildren | Adds the Web performance test items in the result group and marks them as templates. (Inherited from WebTestResultGroup.) | 
| .gif) | Clone | Creates a new object that is a copy of the current instance. (Overrides WebTestResultUnit.Clone().) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetItem | Retrieves the WebTestResultUnit at the specified index from the collection. (Inherited from WebTestResultGroup.) | 
| .gif) | GetRequestSize | Returns the size of the request. (Inherited from WebTestResultGroup.) | 
| .gif) | GetResponseSize | Returns the size of the response. (Inherited from WebTestResultGroup.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | IsConditionalRuleMet | Returns true if the conditional rule was met; otherwise, false. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.