Click or drag to resize

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; }

Property Value

Type: ResponseCondition
The response condition.
See Also