WindowsUpdateProgressChangedEventArgs.Update Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.