Click or drag to resize

ComplexResponseConditionCondition2 Property

Gets or sets the condition2.

Namespace:  Hummingbird.TestFramework.Automation.ResponseConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ResponseCondition Condition2 { get; set; }

Property Value

Type: ResponseCondition
The condition2.
See Also