IGPMBackupDirEx Property Methods

The property method of the IGPMBackupDirEx interface gets the property that is described in the following table. For a general discussion of property methods, see Interface Property Methods in the ADSI documentation.

Properties

BackupDirectory

The full path of the file system directory for Group Policy object (GPO) backups or for Starter GPO backups.

Access type: Read-only

Scripting data type: String

// C++ method syntax
HRESULT get_BackupDirectory(
  [out] BSTR* pbstrBackupDir
);

BackupType

The value that specifies whether the specified backup is a GPO backup GPMBackup or a Starter GPO backup GPMStarterGPOBackup.

Access type: Read-only

Scripting data type: enum

// C++ method syntax
HRESULT get_BackupType(
  [out] GPMBackupType* pgpmBackupType
);

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Gpmgmt.h
IDL
Gpmgmt.idl
DLL
Gpmgmt.dll
IID
IGPMBackupDirEx is defined as F8DC55ED-3BA0-4864-AAD4-D365189EE1D5

See also

IGPMBackupDirEx

IGPMBackup

IGPMBackupCollection

IGPMBackupDir