AllowNewDirectoryConnections property 
 
**Master facilities 
 are obsolete in v7.** 
Indicates whether normal facilities are allowed to add new directory 
 connections to the Master Facility. 
  
Syntax
 
C++
HRESULT get_AllowNewDirectoryConnections(VARIANT_BOOL* 
 pAllowNewDirectoryConnections) 
 
HRESULT put_AllowNewDirectoryConnections(VARIANT_BOOL myAllowNewDirectoryConnections) 
  
Scripting languages
Boolean = Object.AllowNewDirectoryConnections 
  
 
Object.AllowNewDirectoryConnections = Boolean  
   |