ReturnCode.IsRebootRequired Property
Applies To: Windows Server Update Services
Get/Set whether a reboot is required if this return code is received.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool IsRebootRequired { get; set; }
public:
property bool IsRebootRequired {
bool get();
void set(bool value);
}
member IsRebootRequired : bool with get, set
Public Property IsRebootRequired As Boolean
Property Value
Type: System.Boolean
Whether a reboot is required if this return code is received.
See Also
ReturnCode Class
Microsoft.UpdateServices.Administration Namespace
Return to top