combit List & Label 30 - .NET Help
combit.Reporting Namespace / ListLabel Class / DebugLogFilePath Property


In This Topic
    DebugLogFilePath Property
    In This Topic

    If the debug log file should be written to a certain file and directory, set this property to the full path of the required file.

    Syntax
    'Declaration
     
    
    Public Property DebugLogFilePath As String
    public string DebugLogFilePath {get; set;}
    public:
    property String^ DebugLogFilePath {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 24H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

    See Also