IErrorPage.LogFilePath Property

Definition

Gets or sets the string path to the error's log file, if any.

public:
 property System::String ^ LogFilePath { System::String ^ get(); void set(System::String ^ value); };
public string LogFilePath { get; set; }
member this.LogFilePath : string with get, set
Public Property LogFilePath As String

Property Value

Path to an associated error file. May be an empty string.

Applies to