TestimoX

API Reference

Class

BackupMetadataRecord

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Modifiers sealed

Represents backup metadata for a single naming context.

Inheritance

  • Object
  • BackupMetadataRecord

Constructors

Properties

public String DomainName { get; set; } #

Name of the domain whose metadata was queried.

public String NamingContext { get; set; } #

Distinguished name of the naming context.

public DateTime LastBackup { get; set; } #

Timestamp of the last originating change to dsaSignature (UTC).

public Int32 DaysSinceBackup { get; set; } #

Number of days since the last backup (int.MaxValue when unavailable).