Click or drag to resize
ScriptActionResultModelExitTime Property
Gets or sets the exit time.

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 Nullable<DateTimeOffset> ExitTime { get; set; }

Property Value

Type: NullableDateTimeOffset
The exit time.
Remarks
This value will be if the user chose not to wait for completion.
See Also