adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FileCaptureAction Class / SendConsoleOutput Property


In This Topic
    SendConsoleOutput Property (FileCaptureAction)
    In This Topic
    Determines whether captured console output should also be included when emailing captured files, if ArcanaDevelopment.adTempus.Shared.OutputCaptureOptions contains ArcanaDevelopment.adTempus.Shared.OutputCaptureOptions.Send
    Syntax
    'Declaration
     
    
    Public Property SendConsoleOutput As Boolean
    public bool SendConsoleOutput {get; set;}
    public:
    property bool SendConsoleOutput {
       bool get();
       void set (    bool value);
    }
    See Also