TestimoX

API Reference

Class

WindowsUpdateDelegationActionResult

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Typed result for low-privilege delegation actions.

Inheritance

  • Object
  • WindowsUpdateDelegationActionResult

Constructors

public WindowsUpdateDelegationActionResult() #

Properties

public Boolean Succeeded { get; set; } #

True when the action completed without execution failure.

public String Action { get; set; } #

Stable action text used for reporting and cmdlet output.

public String Error { get; set; } #

Optional error details when Succeeded is false.