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)
H RESULT put_DisabledServerSections (LONG sections)
Scripting languages
LONGval
= SvrManager.DisabledServerSections
S vrManager.DisabledServerSections = LONGval
Remarks
Using
any enum values that describe facility settings sections will throw an
invalid argument error.
|