Share via


WindowsUpdateActionResult.Action Property

Definition

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

String

Platform::String

winrt::hstring

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".

Applies to