Gets the current log files full path.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property LogFile() As String
|
| [C#] |
|---|
public string LogFile {get;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_LogFile();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LogFile(
|
| [Java] |
|---|
public String getLogFile();
|