InstallationBehavior.CanRequestUserInput Property

 

Applies To: Windows Server Update Services

Whether the underlying installer can request that the Client reboot the computer after successfully completing the installation or uninstallation of the update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public bool CanRequestUserInput { get; set; }
public:
property bool CanRequestUserInput {
    bool get();
    void set(bool value);
}
member CanRequestUserInput : bool with get, set
Public Property CanRequestUserInput As Boolean

Property Value

Type: System.Boolean

true if the installer can request a reboot; otherwise false.

See Also

InstallationBehavior Class
Microsoft.UpdateServices.Administration Namespace

Return to top