EffectiveCanModifyMemberList property
**Obsolete in V. 7.0. **
Returns whether the User can modify a Facility's member list.
Syntax
C++
HRESULT get_EffectiveCanModifyMemberList(VARIANT_BOOL*
pEffectiveCanModifyMemberList)
Scripting languages
Boolean = Object.EffectiveCanModifyMemberList
Remarks
EffectiveCanModifyMemberList returns TRUE if either the CanModifyMemberList
property or the IsAdministrator
property is set to TRUE.
Users who can modify a Facility's member list can create new members,
modify the names and email addresses for existing members. |