The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RuleResult Class
Represents a result from the execution of a Web performance test rule.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Exception | Gets or sets the exception. |
![]() | Message | Gets or sets the result message. |
![]() | Name | Gets or sets the name of the rule result. |
![]() | RuleProperties | Gets or sets the collection of properties in the rule result. |
![]() | RuleType | Gets or sets the rule type. |
![]() | Success | Gets or sets a value that indicates whether the Web performance test rule was successful. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


