API Reference
Class
AdmxPolicyApplyResult
Represents the outcome of applying ADMX policy items to LGPO.
Inheritance
- Object
- AdmxPolicyApplyResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AdmxPolicyApplier.Apply
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.