IUpdate.InstallationBehavior Property

 

Applies To: Windows Server Update Services

Gets the installation behavior of the update.

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

Syntax

InstallationBehavior InstallationBehavior { get; }
property InstallationBehavior^ InstallationBehavior {
    InstallationBehavior^ get();
}
abstract InstallationBehavior : InstallationBehavior with get
ReadOnly Property InstallationBehavior As InstallationBehavior

Property Value

Type: Microsoft.UpdateServices.Administration.InstallationBehavior

The installation behavior of the update. For example, the update requests user input or requires the user to restart the computer. For details, see InstallationBehavior.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top