UITestTraceUtility.LogFileDirectory Property

Definition

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

public:
 static property System::String ^ LogFileDirectory { System::String ^ get(); };
public static string LogFileDirectory { get; }
static member LogFileDirectory : string
Public Shared ReadOnly Property LogFileDirectory As String

Property Value

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

Applies to