CommunityAdminCanCreateDirConnection
property
Sets or returns whether the community administrator are allowed to create
directory connections. Otherwise only the site administrator can perform
the operation.
Syntax
C++
HRESULT
get_CommunityAdminCanCreateDirConnection(
VARIANT_BOOL* pCommunityAdminCanCreateDirConnection)
HRESULT put_CommunityAdminCanCreateDirConnection(
VARIANT_BOOL MyCommunityAdminCanCreateDirConnection)
Scripting
languages
Boolean = Object.CommunityAdminCanCreateDirConnection
Object.CommunityAdminCanCreateDirConnection = Boolean
|