ActivityLog.LogFilePath Property

Definition

Gets the path to the activity log for the current application.

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

Property Value

The log file path

Remarks

Can throw if the SVsShell service is not available.

Applies to