TestimoX

API Reference

Class

AdmxPolicyApplyResult

Namespace ComputerX.Admx
Assembly ComputerX
Modifiers sealed

Represents the outcome of applying ADMX policy items to LGPO.

Inheritance

  • Object
  • AdmxPolicyApplyResult

Constructors

public AdmxPolicyApplyResult() #

Properties

public Boolean Success { get; set; } #

Gets or sets a value indicating whether the write operation succeeded.

public Int32 PoliciesMatched { get; set; } #

Gets or sets the number of matched policies.

public Int32 ItemsWritten { get; set; } #

Gets or sets the number of LGPO items written.

public String Warning { get; set; } #

Gets or sets an optional warning message.