Util.Prefs Property

 Util.Prefs  (read-only, Object)
 
The ACP Prefs object (static)

Syntax

Util.Prefs

The property syntax has these parts:

Part Description
Value (Object) The ACP Prefs object (static)

Remarks

Contains a variety of settings that the user enters into the ACP Preferences dialog's various tabs. Many of these settings are provided for scripts and ASP pages, so that they can adjust their operation to the observatory's specifics.

You cannot create an instance of the Prefs object directly. Only one Prefs exists. ACP includes Prefs in the name spaces of both its scripting engine and its ASP page engine, thus you normally do not have to use this property of Util to access Prefs. This one and only instance is created internally by ACP, and is available via this property of the Util object. If you create multiple Util objects, they will all share the same instance of Prefs. For more information see the Prefs object and its methods and properties.