Click or drag to resize

ExtractPropertyPairPath Property

Gets or sets the expression indicated by PathType how to retrieve value from the PropertyName

  • XPath

  • ObjectPath

  • JsonPath

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

Property Value

Type: String
The property path.
See Also