RegistryPreference.UserEditorGuid Property

 

Gets the GUID that identifies the editor used to edit Registry preference items in the user section (User Configuration) of the Group Policy object (GPO).

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

Syntax

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

Property Value

Type: System.Guid

Returns Guid. The GUID of the editor.

See Also

RegistryPreference Class
Microsoft.GroupPolicy Namespace

Return to top