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


In This Topic
    SendConsoleOutput Property (NotificationTask)
    In This Topic
    Determines whether captured Console output is attached to the notification message
    Syntax
    'Declaration
     
    
    Public Property SendConsoleOutput As Boolean
    public bool SendConsoleOutput {get; set;}
    public:
    property bool SendConsoleOutput {
       bool get();
       void set (    bool value);
    }
    See Also