Share via


WindowsUpdateItem.Operation Property

Definition

Gets the operation associated with the update item.

public:
 property Platform::String ^ Operation { Platform::String ^ get(); };
winrt::hstring Operation();
public string Operation { get; }
var string = windowsUpdateItem.operation;
Public ReadOnly Property Operation As String

Property Value

String

Platform::String

winrt::hstring

A string value indicating the operation associated with the update item. Can be either "Installation" or "Uninstallation".

Applies to