GroupPolicyExtension.UserEditorGuid Property

 

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

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

Syntax

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

Property Value

Type: System.Guid

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

See Also

GroupPolicyExtension Class
Microsoft.GroupPolicy Namespace

Return to top