InstallationBehavior.RebootBehavior Property
Applies To: Windows Server Update Services
The reboot behavior after installing/uninstalling an update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public RebootBehavior RebootBehavior { get; set; }
public:
property RebootBehavior RebootBehavior {
RebootBehavior get();
void set(RebootBehavior value);
}
member RebootBehavior : RebootBehavior with get, set
Public Property RebootBehavior As RebootBehavior
Property Value
Type: Microsoft.UpdateServices.Administration.RebootBehavior
A value indicating the reboot behavior.
See Also
InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top