Table of Contents

Enum GroupPolicyLocalGroupMemberAction

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

Determines the action type of a Group Policy preference local group member.

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

Fields

Add = 1

The action is add.

Remove = 2

The action is remove.

Unknown = 0

The action is unknown.