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
System_CAPS_pubmethod InstallBehavior()

Initializes a new instance of the InstallBehavior class.

Properties

Name Description
System_CAPS_pubproperty CanRequestUserInput

Gets or sets whether user input will be requested.

System_CAPS_pubproperty Impact

Gets or sets the impact of this action.

System_CAPS_pubproperty RebootBehavior

Gets or sets the reboot behavior for this action.

System_CAPS_pubproperty RequiresNetworkConnectivity

Gets or sets whether this action requires network connectivity.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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