API Reference
Class
ApplyResult
Result of executing a policy apply plan.
Inheritance
- Object
- ApplyResult
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
Constructors
public ApplyResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Policy { get; set; } #Applied policy identifier (ADMX Name).
public String DisplayName { get; set; } #Applied policy display name.
public String Scope { get; set; } #Applied scope label (Computer or User).
public String UserSid { get; set; } #User SID when applied for per‑user LGPO.
public String DestinationPath { get; set; } #Path to the registry.pol that was targeted.
public String BackupPath { get; set; } #Backup file path when a backup was created.
public Boolean Applied { get; set; } #True when writes were performed; false for dry run.