Name of the log file for this profile.
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( BSTR * pVal ); |
[Java] |
---|
public String getLogFile(); |