Click or drag to resize

ComplexResponseConditionCondition1 Property

Gets or sets the condition1.

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

Property Value

Type: ResponseCondition
The condition1.
See Also