Share via


WindowsUpdateActionCompletedEventArgs.Update Property

Definition

Gets the WindowsUpdate associated with the completed action.

public:
 property WindowsUpdate ^ Update { WindowsUpdate ^ get(); };
WindowsUpdate Update();
public WindowsUpdate Update { get; }
var windowsUpdate = windowsUpdateActionCompletedEventArgs.update;
Public ReadOnly Property Update As WindowsUpdate

Property Value

The WindowsUpdate associated with the completed action.

Applies to