CaptureOutput Property (Script)
In This Topic
Indicates whether the output from the script should be saved as a CapturedFile in the job history.
Syntax
'Declaration
Public Property CaptureOutput As Boolean
public bool CaptureOutput {get; set;}
public:
property bool CaptureOutput {
bool get();
void set ( bool value);
}
See Also