Share via


BackupDirectory.BackupType Property

 

Gets the type of backups that can be retrieved.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public BackupType BackupType { get; }
public:
property BackupType BackupType {
    BackupType get();
}
member BackupType : BackupType with get
Public ReadOnly Property BackupType As BackupType

Property Value

Type: Microsoft.GroupPolicy.BackupType

Returns BackupType. A value that indicates the type of backups that can be retrieved.

Remarks

Indicates whether you can retrieve Group Policy object (GPO) backups or Starter GPO backups.

See Also

BackupDirectory Class
Microsoft.GroupPolicy Namespace

Return to top