Click or drag to resize

ExtractPropertyTestStepExtractPropertyPairs Property

Gets the extract property pairs which retrieves a value from indicated location and assign the value to a variable.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<ExtractPropertyPair> ExtractPropertyPairs { get; }

Property Value

Type: ObservableCollectionExtractPropertyPair
The extract property pairs.
See Also