|
TimesClassstartReboot Property
|
Time when the reboot started.
NOTE: For data only jobs, this time will be null.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
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);
}
function get_startReboot();
function set_startReboot(value);
Property Value
Type:
NullableDateTime
See Also