RuleResult Class

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
Public property Exception Gets or sets the exception.
Public property Message Gets or sets the result message.
Public property Name Gets or sets the name of the rule result.
Public property RuleProperties Gets or sets the collection of properties in the rule result.
Public property RuleType Gets or sets the rule type.
Public property Success Gets or sets a value that indicates whether the Web performance test rule was successful.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace