Table of Contents

Class ActiveDirectorySchemaClasses

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

Represents a collection of Active Directory schema classes.

public class ActiveDirectorySchemaClasses : BypassSection
Inheritance
ActiveDirectorySchemaClasses
Inherited Members

Constructors

ActiveDirectorySchemaClasses()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectorySchemaClasses class.

public ActiveDirectorySchemaClasses()

Properties

IncludesSchemaBaseObjects

Gets or sets whether the schema base objects are included.

public BooleanOption IncludesSchemaBaseObjects { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public ActiveDirectorySchemaClassCollection Items { get; set; }

Property Value

ActiveDirectorySchemaClassCollection

Methods

ToString()

Returns the Active Directory schema classes as a human readable string.

public override string ToString()

Returns

string

The Active Directory schema classes as a human readable string.