IUpdate.UpdateType Property

 

Applies To: Windows Server Update Services

Gets the type of the update.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.UpdateType

The update can be a software update or a driver update. For possible values, see UpdateType.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top