Table of Contents

Enum ActiveDirectorySchemaClassType

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

The object class category of a schema class.

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

Fields

Abstract = 3

The class is an abstract class.

Auxiliary = 4

The class is an auxiliary class.

Structural = 2

The class is a structural class.

Type88 = 1

Classes defined prior to the X.500 1993 standards default to the 1988 class.

Unknown = 0

The class type is unknown.