IAdmObjects

The IAdmObjects interface represents a list of ADSI objects.

Inheritance: IEnumerable

Methods

Properties

  • Property

  • Description

  • Count

  • Gets the number of items in the list.

Details

GetEnumerator()

Retrieves an enumerator object for this list of directory objects. The enumerator object implements the IEnumerator interface that can be used to enumerate list items in foreach loops.

IEnumerator GetEnumerator()

GetObject()

Gets an item by index.

IAdmTop GetObject(int index)

Count

Gets the number of items in the list.

  • Type:
  • int
  • Access:
  • Read-only

Requirements

Minimum required version: 2010.2

See also