WindowsUpdateItem.Operation 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 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
A string value indicating the operation associated with the update item. Can be either "Installation" or "Uninstallation".