WindowsUpdate.ActionProgress 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 underlying WindowsUpdateActionProgress associated with the WindowsUpdate object.
public:
property WindowsUpdateActionProgress ^ ActionProgress { WindowsUpdateActionProgress ^ get(); };
WindowsUpdateActionProgress ActionProgress();
public WindowsUpdateActionProgress ActionProgress { get; }
var windowsUpdateActionProgress = windowsUpdate.actionProgress;
Public ReadOnly Property ActionProgress As WindowsUpdateActionProgress
Property Value
The underlying WindowsUpdateActionProgress associated with the WindowsUpdate object.