WindowsUpdate.ActionResult Property
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 WindowsUpdateActionResult associated with the WindowsUpdate object.
public:
property WindowsUpdateActionResult ^ ActionResult { WindowsUpdateActionResult ^ get(); };
WindowsUpdateActionResult ActionResult();
C#
public WindowsUpdateActionResult ActionResult { get; }
var windowsUpdateActionResult = windowsUpdate.actionResult;
Public ReadOnly Property ActionResult As WindowsUpdateActionResult
The underlying WindowsUpdateActionResult associated with the WindowsUpdate object.
Product | Versions |
---|---|
WinRT | Build 22621, Build 26100 |