Domains

This large collection contains Domain objects.

Properties

The following table lists the properties for this class, along with access and descriptions.

Property

Access

Description

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. (For Windows only.)

ObjType

R/O

Enum( eadObjDomains )

System

R/O

System

Methods

DomainsIterator CreateIterator()

Creates a DomainsIterator.

Domains Find( DomainTypeConstants DomainType )

Finds all the Domain objects with the given DomainType.

Domain Item( String Name )

Returns the Domain object with the given Name.

Domain ItemByDN( String DN, [String Tree] )

Returns the Domain object with the given DN (distinguished name). If no Tree is supplied, the current tree is assumed.

Domain ItemByObjectID( String ObjectID )

Returns the Domain object with ObjectID.

Remarks

None.