CanModifyMemberList property

Obsolete in V. 7.0. Sets or returns whether the user can change a Facility's member list.

Syntax


C++

HRESULT get_CanModifyMemberList(VARIANT_BOOL* pCanModifyMemberList)

HRESULT put_CanModifyMemberList(VARIANT_BOOL myCanModifyMemberList)

Scripting languages

object.CanModifyMemberList = Boolean

Boolean = object.CanModifyMemberList

Remarks


Setting the CanModifyMemberList property to TRUE is equivalent to checking the "Can modify member list" check box in the Member Info dialog box.

Users who can modify a Facility's member list can create new members, modify the names and email addresses for existing members.

Use the AllowNewUsersToModifyMemberList property to let all newly-created users in a Facility change the Facility's member list.

Home

Applies to

IERUUser


See also

Member Info & Rights