DownloadApplicationCompletedEventArgs.LogFilePath Property

Definition

Gets the path of the ClickOnce log file.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ LogFilePath { System::String ^ get(); };
public string LogFilePath { get; }
member this.LogFilePath : string
Public ReadOnly Property LogFilePath As String

Property Value

The path of the ClickOnce log file.

Applies to