SavedResponseResponseCondition Property |
Gets or sets the response condition.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public ResponseCondition ResponseCondition { get; set; }
<DataMemberAttribute>
Public Property ResponseCondition As ResponseCondition
Get
Set
public:
[DataMemberAttribute]
property ResponseCondition^ ResponseCondition {
ResponseCondition^ get ();
void set (ResponseCondition^ value);
}
[<DataMemberAttribute>]
member ResponseCondition : ResponseCondition with get, set
Property Value
Type:
ResponseCondition
The response condition.
See Also