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