Click or drag to resize

MessageQueueConditionOperator Property

Gets or sets the conditional operator, including Exists or NotExsits

Namespace:  Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ConditionalOperator Operator { get; set; }

Property Value

Type: ConditionalOperator
The ConditionalOperator object
See Also