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; }
<DataMemberAttribute>
Public ReadOnly Property ExtractPropertyPairs As ObservableCollection(Of ExtractPropertyPair)
Get
public:
[DataMemberAttribute]
property ObservableCollection<ExtractPropertyPair^>^ ExtractPropertyPairs {
ObservableCollection<ExtractPropertyPair^>^ get ();
}
[<DataMemberAttribute>]
member ExtractPropertyPairs : ObservableCollection<ExtractPropertyPair> with get
Property Value
Type:
ObservableCollectionExtractPropertyPair
The extract property pairs.
See Also