StarterGpoBackup.StarterGpoId Property

 

Gets the ID of the backed-up Starter Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.Guid

Returns Guid. The ID of the backed-up Starter GPO.

Remarks

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

See Also

StarterGpoBackup Class
Microsoft.GroupPolicy Namespace

Return to top