RegistryPolicy.ComputerEditorGuid Property

 

Gets the GUID that identifies the editor that is used to edit registry-based policy settings in the computer section (Computer Configuration) of the Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.Guid

Returns Guid. The GUID of the editor.

See Also

RegistryPolicy Class
Microsoft.GroupPolicy Namespace

Return to top