 | TimesClassModelstartReboot Property |
Time when the reboot started.
NOTE: For data only jobs, this time will be null.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic Nullable<DateTime> startReboot { get; set; }
Public Property startReboot As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> startReboot {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member startReboot : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also