LastResponseCodeRule Class

Definition

public ref class LastResponseCodeRule : Microsoft::VisualStudio::TestTools::WebTesting::ConditionalRule
[Microsoft.VisualStudio.TestTools.WebTesting.Rules.ConditionalRuleType(Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType.ConditionOnly)]
public class LastResponseCodeRule : Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRule
[<Microsoft.VisualStudio.TestTools.WebTesting.Rules.ConditionalRuleType(Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType.ConditionOnly)>]
type LastResponseCodeRule = class
    inherit ConditionalRule
Public Class LastResponseCodeRule
Inherits ConditionalRule
Inheritance
LastResponseCodeRule
Attributes

Constructors

LastResponseCodeRule()

Properties

ComparisonOperator
ResponseCode

Methods

CheckCondition(Object, ConditionalEventArgs)
CleanUp(Object, ConditionalEventArgs) (Inherited from ConditionalRule)
Initialize(Object, ConditionalEventArgs) (Inherited from ConditionalRule)
StringRepresentation()

Applies to