Click or drag to resize
QueueTaskParametersModelOnExecute Property
Gets or sets the script to execute when the command is executed on the target.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntax
public TaskParametersModel OnExecute { get; set; }

Property Value

Type: TaskParametersModel
The script to execute when the command is executed on the target.
See Also