API Reference
Class
AuditPolicyDbBackupResult
Result of backing up the audit policy registry database.
Inheritance
- Object
- AuditPolicyDbBackupResult
Constructors
public AuditPolicyDbBackupResult() #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 backup succeeded.
public String BackupPath { get; set; } #Gets or sets the generated binary backup path.
public String JsonPath { get; set; } #Gets or sets the JSON output path, if created.
public String RegPath { get; set; } #Gets or sets the .reg output path, if created.
public String ErrorMessage { get; set; } #Gets or sets an optional error message.