AllowNonDirectoryUsers property

Sets or returns whether users who are not listed in the facility's enterprise directory can be created.

Syntax


C++

HRESULT get_AllowNonDirectoryUsers(
   
VARIANT_BOOL* pAllowNonDirectoryUsers)

HRESULT put_AllowNonDirectoryUsers(
   
VARIANT_BOOL myAllowNonDirectoryUsers)

Scripting languages

Boolean = Object.AllowNonDirectoryUsers

Object.AllowNonDirectoryUsers = Boolean

Remarks


If the Type property for the DirectoryConnection interface is set to erDirTypeNone&emdash;that is, if the facility does not use an enterprise directory&emdash;AllowNonDirectoryUsers is ignored.

Home

Applies to

IERUFacility

IERUMemberManager


See also

Enterprise directories