SendConsoleOutput Property (NotificationAction)
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