Retrieves path to the log file
Read-only property
| [Visual Basic .NET] |
|---|
Public Property LogFilePath() As String
|
| [C#] |
|---|
public string LogFilePath {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_LogFilePath();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LogFilePath(
|
| [Java] |
|---|
public String getLogFilePath();
|