Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestTraceUtility::LogFileDirectory Property

 

Gets the folder where log files from UI modules are stored as configured in the app.config settings file.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
property String^ LogFileDirectory {
	static String^ get();
}

Property Value

Type: System::String^

The log file directory, if listed in the configuration; otherwise, null.

Return to top
Show: