Represents a result from the execution of a Web performance test rule.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.WebTesting.Rules.RuleResult
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class RuleResult
[SerializableAttribute]
public class RuleResult
[SerializableAttribute]
public ref class RuleResult
[<SerializableAttribute>]
type RuleResult =  class end
public class RuleResult
The RuleResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Exception | Gets or sets the exception. | 
| .gif) | Message | Gets or sets the result message. | 
| .gif) | Name | Gets or sets the name of the rule result. | 
| .gif) | RuleProperties | Gets or sets the collection of properties in the rule result. | 
| .gif) | RuleType | Gets or sets the rule type. | 
| .gif) | Success | Gets or sets a value that indicates whether the Web performance test rule was successful. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .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) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .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.