Share via


WindowsUpdate.ActionProgress Property

Definition

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.

Applies to