StarterGpoBackup.Id Property

 

Gets the GUID that uniquely identifies the Starter Group Policy object (GPO) backup within its backup directory.

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

Syntax

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

Property Value

Type: System.Guid

Returns Guid. The ID of the Starter GPO backup.

Remarks

This is the GUID of the Starter GPO backup on the file system. To get the GUID of the Starter GPO that was backed up, use the StarterGpoId property.

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top