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; }
<DataMemberAttribute>
Public Property Condition2 As ResponseCondition
Get
Set
public:
[DataMemberAttribute]
property ResponseCondition^ Condition2 {
ResponseCondition^ get ();
void set (ResponseCondition^ value);
}
[<DataMemberAttribute>]
member Condition2 : ResponseCondition with get, set
Property Value
Type:
ResponseCondition
The condition2.
See Also