UpdateType Enumeration

 

Applies To: Windows Server Update Services

Defines constants that indicate if the update is a software or driver update.

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

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateType
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateType
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateType
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateType

Members

Member name Description
Driver

The update is a driver update.

DriverSet

The update is a set of drivers targeted at a specific computer model.

Software

The update is a software update.

SoftwareApplication

The update is a Software Application

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top