API Reference
Class
AdmxPolicyApplyResult
Represents the outcome of applying ADMX policy items to LGPO.
Inheritance
- Object
- AdmxPolicyApplyResult
Constructors
public AdmxPolicyApplyResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.