|
TargetServicesOptionsStartAndStopServices Property |
This value is true if the services will be stopped and started; otherwise, it is false (and the services will be left running).
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool StartAndStopServices { get; set; }
Public Property StartAndStopServices As Boolean
Get
Set
public:
property bool StartAndStopServices {
bool get ();
void set (bool value);
}
function get_StartAndStopServices();
function set_StartAndStopServices(value);
Property Value
Type:
Boolean
Remarks
The TargetServicesOptionsPresenter is overloaded to use the same widget for jobs that are starting and stopping the services
and those that leave the services running. This value is used by the console to determine how the widget should look, feel and function.
See Also