StarterGpo.Id Property

 

Gets the ID (GUID) of the Starter Group Policy object (GPO).

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.

See Also

StarterGpo Class
Microsoft.GroupPolicy Namespace

Return to top