WindowsUpdateActionResult.Action 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 result of an action for the WindowsUpdate object.
public:
property Platform::String ^ Action { Platform::String ^ get(); };
winrt::hstring Action();
public string Action { get; }
var string = windowsUpdateActionResult.action;
Public ReadOnly Property Action As String
Property Value
The result of an action for the WindowsUpdate object.
Remarks
This will most commonly be "Download" or "Install". Other possible actions include "Uninstall", "Commit", and "PostReboot".