InstallBehavior.RebootBehavior Property
Applies To: Windows Server Update Services
Gets or sets the reboot behavior for this action.
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
The RebootBehavior for this action.
See Also
InstallBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top