API Reference
Class
GpoBackupInfo
Represents metadata for a backed-up GPO.
Inheritance
- Object
- GpoBackupInfo
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
- Property GpoBackup.Info
- Method GpoBackupInfo.<Clone>$
- Method GpoBackupManager.GetBackupInfo
Accepted by parameters
- Constructor GpoBackup.GpoBackup
- Method GpoBackup.Deconstruct
Constructors
public GpoBackupInfo(String DisplayName, Guid BackupId, String Owner, String Version) #Represents metadata for a backed-up GPO.
Parameters
- DisplayName System.String
- Display name of the GPO.
- BackupId System.Guid
- Backup identifier returned by native backup method.
- Owner System.String
- Owner metadata.
- Version System.String
- Version metadata.
Methods
public GpoBackupInfo <Clone>$() #Returns:
GpoBackupInfopublic Void Deconstruct(out String DisplayName, out Guid BackupId, out String Owner, out String Version) #Returns:
VoidParameters
- DisplayName String
- BackupId Guid
- Owner String
- Version String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String