Table of Contents

Enum ActiveDirectoryGroupScope

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

The scope of an Active Directory group.

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

Fields

DomainLocal = 1

The group scope is domain local.

Global = 2

The group scope is global.

Universal = 3

The group scope is universal.

Unknown = 0

The group scope is unknown.