Full path of the log file (with out file name). if the path does not exist, Test framework will try to create one.
            
 
    Namespace: 
   Hummingbird.TestFramework.Configuration
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string LogPath { get; set; }Public Property LogPath As String
	Get
	Set
public:
property String^ LogPath {
	String^ get ();
	void set (String^ value);
}member LogPath : string with get, set
Property Value
Type: 
String
See Also