LinkedGroups property

A collection of BSTRs listing the names of the groups in the external directory that have been linked with this facility.

Syntax


C++

HRESULT get_LinkedGroups(IERUCollection** ppLinkedGroups)

Scripting languages

Set value = Object.LinkedGroups

Remarks


To add or remove groups from this list, use the LinkGroup and UnlinkGroup methods.

  • This property is only meaningful for working facilities when the directory type is something other than erDirTypeNone.

  • This property is only meaningful for master facilities when the directory type is something other than erDirTypeNone.or erDirTypeServerMemberList.

In all other cases this property returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUDirectory


See also

Enterprise directories