ProjectLoadedPath Property |
Gets the Path where is Extension project is loaded or last saved.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string LoadedPath { get; }
Public ReadOnly Property LoadedPath As String
Get
public:
property String^ LoadedPath {
String^ get ();
}
member LoadedPath : string with get
Property Value
Type:
String
The full path of the current extension project file.
See Also