Click or drag to resize

SimpleExpressionMessagePart Property

Gets or sets in which part of the Message where the value should be extracted.

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

Property Value

Type: MessagePart
The message part.
See Also