AllowParticipantsToCreateLinks 
 property 
Sets or returns whether participants can create links in this room. 
Syntax
 
C++
HRESULT 
 get_AllowParticipantsToCreateLinks( 
   VARIANT_BOOL* 
 pAllowParticipantsToCreateLinks) 
HRESULT 
 put_AllowParticipantsToCreateLinks( 
   VARIANT_BOOL MyAllowParticipantsToCreateLinks) 
Scripting 
 languages
AllowParticipantsToCreateLinks = 
   Object.AllowParticipantsToCreateLinks 
Object.AllowParticipantsToCreateLinks = 
   AllowParticipantsToCreateLinks
  |