AutomationProjectHasLoadPath Property |
Gets if the Automation Project has a Path.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public bool HasLoadPath { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property HasLoadPath As Boolean
Get
public:
[IgnoreDataMemberAttribute]
property bool HasLoadPath {
bool get ();
}
[<IgnoreDataMemberAttribute>]
member HasLoadPath : bool with get
Property Value
Type:
BooleanTrue if the automation project is loaded from an existing project, or has been saved.
False if the project has not yet saved.
See Also