Table of Contents

Enum GroupPolicyRegistryKeyPermissionsMode

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the permissions mode of a Group Policy registry key.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyRegistryKeyPermissionsMode

Fields

Prevent = 1

The permissions mode is to not allow permissions on this key to be replaced.

Propagate = 2

The permissions mode is to propagate inheritable permissions to all subkeys.

Replace = 3

The permissions mode is to replace existing permissions on all subkeys with inheritable permissions.

Unknown = 0

The permissions mode is unknown.