GroupPolicyExtension.ComputerEditorGuid Property

 

When implemented in a derived class, gets the GUID of the editor that is used to edit Group Policy settings in the computer section of the Group Policy object (GPO).

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

Syntax

protected abstract Guid ComputerEditorGuid { get; }
protected:
property Guid ComputerEditorGuid {
    virtual Guid get() abstract;
}
abstract ComputerEditorGuid : Guid with get
Protected MustOverride ReadOnly Property ComputerEditorGuid As Guid

Property Value

Type: System.Guid

Returns Guid. The GUID of the editor to use for the computer section

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top