IUpdate.GetChangesFromPreviousRevision Method ()

 

Applies To: Windows Server Update Services

Gets the reasons for why the update was revised.

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

Syntax

RevisionChanges GetChangesFromPreviousRevision()
RevisionChanges GetChangesFromPreviousRevision()
abstract GetChangesFromPreviousRevision : unit -> RevisionChanges
Function GetChangesFromPreviousRevision As RevisionChanges

Return Value

Type: Microsoft.UpdateServices.Administration.RevisionChanges

Indicates which properties of the update were revised. An update can be revised for one or more reasons. For possible values, see RevisionChanges.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top