IAdmBusinessUnitMembers

The IAdmBusinessUnitMembers interface represents a collection of members of a business unit.

Inheritance: IUnknown

Methods

  • Method

  • Description

  • GetObject()

  • Returns a business unit member by its index.

Properties

  • Property

  • Description

  • Count

  • Gets the number of items in the collection.

Details

GetObject()

Returns a business unit member by its index.

IAdmTop GetObject(int index)

Count

Gets the number of items in the collection.

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

Requirements

Minimum required version: 2009.1

See also