Table of Contents

Enum ActiveDirectoryAccessRuleType

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

The Active Directory access rule type.

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

Fields

Allow = 1

The access rule type is allow.

Deny = 2

The access rule type is deny.

Unknown = 0

The access rule type is unknown.