CommunityAdminCanCreateFacility
property
Sets or returns whether the community administrator can create (or import)
facilities. Otherwise only the site administrator can perform the operation.
Syntax
C++
HRESULT
get_CommunityAdminCanCreateFacility(
VARIANT_BOOL* pCommunityAdminCanCreateFacility)
HRESULT put_CommunityAdminCanCreateFacility(
VARIANT_BOOL myCommunityAdminCanCreateFacility)
Scripting
languages
Boolean = Object.CommunityAdminCanCreateFacility
Object.CommunityAdminCanCreateFacility = Boolean
|