Click or drag to resize

QueueTaskParametersModelOnTransmit Property

Gets or sets the script to execute on the source when the command is transmitted to the target.

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

Property Value

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