TestimoX

API Reference

Class

GpoBackupInfo

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<GpoBackupInfo>
Modifiers sealed

Represents metadata for a backed-up GPO.

Inheritance

  • Object
  • GpoBackupInfo

Constructors

public GpoBackupInfo(String DisplayName, Guid BackupId, String Owner, String Version) #

Represents metadata for a backed-up GPO.

Parameters

DisplayName System.String requiredposition: 0
Display name of the GPO.
BackupId System.Guid requiredposition: 1
Backup identifier returned by native backup method.
Owner System.String requiredposition: 2
Owner metadata.
Version System.String requiredposition: 3
Version metadata.

Methods

public GpoBackupInfo <Clone>$() #
Returns: GpoBackupInfo
public Void Deconstruct(out String DisplayName, out Guid BackupId, out String Owner, out String Version) #
Returns: Void

Parameters

DisplayName String requiredposition: 0
BackupId Guid requiredposition: 1
Owner String requiredposition: 2
Version String requiredposition: 3
public virtual Boolean Equals(GpoBackupInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DisplayName { get; set; } #

Display name of the GPO.

public Guid BackupId { get; set; } #

Backup identifier returned by native backup method.

public String Owner { get; set; } #

Owner metadata.

public String Version { get; set; } #

Version metadata.