Click or drag to resize

QueueTaskParametersModelDesktopInteractionMode Property

Gets or sets the desktop interaction mode.

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 DesktopInteractionMode DesktopInteractionMode { get; set; }

Property Value

Type: DesktopInteractionMode
The desktop interaction mode.
Remarks
Use this parameter to specify whether or not you want the script or executable to be able to interact with the desktop.
See Also