 | QueueTaskParametersModelDesktopInteractionMode Property |
Gets or sets the desktop interaction mode.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic DesktopInteractionMode DesktopInteractionMode { get; set; }
Public Property DesktopInteractionMode As DesktopInteractionMode
Get
Set
public:
property DesktopInteractionMode DesktopInteractionMode {
DesktopInteractionMode get ();
void set (DesktopInteractionMode value);
}
member DesktopInteractionMode : DesktopInteractionMode with 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