 | TimesClassModelstartReboot Property |
Time when the reboot started.
NOTE: For data only jobs, this time will be null.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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