ExtractPropertyPairPath Property |
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; }
<DataMemberAttribute>
Public Property Path As String
Get
Set
public:
[DataMemberAttribute]
property String^ Path {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Path : string with get, set
Property Value
Type:
String
The property path.
See Also