ActivityLog.LogFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.