AutomationProjectLoadPath Property |
Gets or sets the load path.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public string LoadPath { get; set; }
<IgnoreDataMemberAttribute>
Public Property LoadPath As String
Get
Set
public:
[IgnoreDataMemberAttribute]
property String^ LoadPath {
String^ get ();
void set (String^ value);
}
[<IgnoreDataMemberAttribute>]
member LoadPath : string with get, set
Property Value
Type:
String
The load path.
See Also