InstallBehavior.CanRequestUserInput Property
Applies To: Windows Server Update Services
Gets or sets whether user input will be requested.
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 there is any possibility that user input will be requested, otherwise false.
See Also
InstallBehavior Class
Microsoft.UpdateServices.Administration Namespace
Return to top