IServiceInfoIsDelayedAutoStart Property |
Win32_Service: DelayedAutoStart: If True, the service is started after other auto-start
services are started plus a short delay.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool IsDelayedAutoStart { get; set; }
Property IsDelayedAutoStart As Boolean
Get
Set
property bool IsDelayedAutoStart {
bool get ();
void set (bool value);
}
abstract IsDelayedAutoStart : bool with get, set
Property Value
Type:
Booleantrue if this instance is delayed automatic start; otherwise,
false.
See Also