CommunityAdminCanChangeRoomSizeLimit
property
Sets or returns whether the community administrator can change room
size limits. Otherwise only the site administrator can perform the operation.
Syntax
C++
HRESULT
get_CommunityAdminCanChangeRoomSizeLimit(
VARIANT_BOOL* pCommunityAdminCanChangeRoomSize)
HRESULT put_CommunityAdminCanChangeRoomSizeLimit(
VARIANT_BOOL myCommunityAdminCanChangeRoomSize )
Scripting
languages
Boolean
= Object.CommunityAdminCanChangeRoomSizeLimit
Object.CommunityAdminCanChangeRoomSizeLimit = Boolean
|