WindowsUpdateProgressChangedEventArgs.Update Property

Definition

Gets the WindowsUpdate associated with the progress change event.

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

Property Value

The WindowsUpdate associated with the progress change event.

Applies to