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 = 1The group scope is domain local.
Global = 2The group scope is global.
Universal = 3The group scope is universal.
Unknown = 0The group scope is unknown.