 | ActionResultFlatModelExitTime Property |
Gets or sets the exit time.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic Nullable<DateTimeOffset> ExitTime { get; set; }
Public Property ExitTime As Nullable(Of DateTimeOffset)
Get
Set
public:
property Nullable<DateTimeOffset> ExitTime {
Nullable<DateTimeOffset> get ();
void set (Nullable<DateTimeOffset> value);
}
member ExitTime : Nullable<DateTimeOffset> with get, set
Property Value
Type:
NullableDateTimeOffsetThe exit time.
Remarks
This value will be if the user chose not to wait for completion.
See Also