CommunityAdminCanRenameFacility property
Sets or returns whether community administrator can rename the facility.
Otherwise only the site administrator can perform the operation.
Syntax
C++
HRESULT
get_CommunityAdminCanRenameFacility(
VARIANT_BOOL* pCommunityAdminCanRenameFacility)
HRESULT put_CommunityAdminCanRenameFacility(
VARIANT_BOOL MyCommunityAdminCanRenameFacility)
Scripting languages
Boolean = Object.CommunityAdminCanRenameFacility
Object.CommunityAdminCanRenameFacility = Boolean
|