Click or drag to resize

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; }

Property Value

Type: Boolean
True if the automation project is loaded from an existing project, or has been saved. False if the project has not yet saved.
See Also