InstallationBehavior Class
Applies To: Windows Server Update Services
Defines the installation behavior of the update. To get this class, call the InstallationBehavior property.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.InstallationBehavior
Syntax
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("7902F2BB-91A2-4466-A2CD-A3D9B5EBEBF6")]
[ComVisibleAttribute(true)]
public class InstallationBehavior
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("7902F2BB-91A2-4466-A2CD-A3D9B5EBEBF6")]
[ComVisibleAttribute(true)]
public ref class InstallationBehavior
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("7902F2BB-91A2-4466-A2CD-A3D9B5EBEBF6")>]
[<ComVisibleAttribute(true)>]
type InstallationBehavior = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("7902F2BB-91A2-4466-A2CD-A3D9B5EBEBF6")>
<ComVisibleAttribute(True)>
Public Class InstallationBehavior
Constructors
Name | Description | |
---|---|---|
InstallationBehavior() | Initializes a new instance of the InstallationBehavior class. |
|
InstallationBehavior(Boolean, Boolean, InstallationImpact, RebootBehavior, Boolean) | Initializes a new instance of the InstallationBehavior class. |
Properties
Name | Description | |
---|---|---|
CanRequestUserInput | Whether the underlying installer can request that the Client reboot the machine after successfully completing the installation or uninstallation of the update. |
|
Impact | The installation impact of the update. |
|
IsSupported | Whether this action is supported. |
|
RebootBehavior | The reboot behavior after installing/uninstalling an update. |
|
RequiresNetworkConnectivity | Whether the update requires network connectivity for the installation/uninstallation to complete successfully. |
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