InstallBehavior Class
Applies To: Windows Server Update Services
Represents the behaviors of an update for the purposes of installation or uninstallation.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.InstallBehavior
Syntax
public class InstallBehavior
public ref class InstallBehavior
type InstallBehavior = class end
Public Class InstallBehavior
Constructors
Name | Description | |
---|---|---|
InstallBehavior() | Initializes a new instance of the InstallBehavior class. |
Properties
Name | Description | |
---|---|---|
CanRequestUserInput | Gets or sets whether user input will be requested. |
|
Impact | Gets or sets the impact of this action. |
|
RebootBehavior | Gets or sets the reboot behavior for this action. |
|
RequiresNetworkConnectivity | Gets or sets whether this action requires network connectivity. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top