DisabledServerSections Property 
**This 
 property is obsolete in V.7.** 
Sets or returns the value that describes which sections of 
 the server settings page are disabled.  
Syntax
 
C++
HRESULT get_DisabledServerSections(LONG *sections) 
HRESULT put_DisabledServerSections(LONG sections) 
Scripting languages
LONGval 
 = SvrManager.DisabledServerSections 
SvrManager.DisabledServerSections = LONGval 
Remarks
 
Using 
 any enum values that describe facility settings sections will throw an 
 invalid argument error.
  |