CommunityAdminCanAddRemoveGuests
property
Sets or returns whether the community administrator can add or remove
guests. Otherwise only the site administrator can perform the operation.
Syntax
C++
HRESULT
get_CommunityAdminCanAddRemoveGuests(
VARIANT_BOOL* pCommunityAdminCanAddRemoveGuests)
HRESULT put_CommunityAdminCanAddRemoveGuests(
VARIANT_BOOL myCommunityAdminCanAddRemoveGuests)
Scripting
languages
Boolean
= Object.CommunityAdminCanAddRemoveGuests
Object.CommunityAdminCanAddRemoveGuests = Boolean
|