SendConsoleOutput Property (FileCaptureAction)
In This Topic
Syntax
'Declaration
Public Property SendConsoleOutput As Boolean
public bool SendConsoleOutput {get; set;}
public:
property bool SendConsoleOutput {
bool get();
void set ( bool value);
}
See Also