Table of Contents

Enum WindowsUpdateOperation

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the operation performed by this action.

public enum WindowsUpdateOperation

Fields

Install = 1

An install operation.

Uninstall = 2

An uninstall operation.

Unknown = 0

The operation is unknown.