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

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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