Returns full path and log file name.
Read-only property
[Visual Basic .NET] |
---|
Public Property LogFileFullName() As String |
[C#] |
---|
public string LogFileFullName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_LogFileFullName(); |
[Unmanaged C++] |
---|
public: HRESULT get_LogFileFullName( BSTR * pbstrVal ); |
[Java] |
---|
public String getLogFileFullName(); |