TestimoX

API Reference

Class

AuditPolicyDbBackupResult

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers sealed

Result of backing up the audit policy registry database.

Inheritance

  • Object
  • AuditPolicyDbBackupResult

Constructors

public AuditPolicyDbBackupResult() #

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.