Util.Profile Property

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

Syntax

Util.Profile

The property syntax has these parts:

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

Remarks

Represents the area in the system registry reserved for the use of ACP scripts and ASP pages, as well as areas reserved for observatory users by username.

You cannot create an instance of the Profile object directly. Only one Profile exists. ACP includes Profile 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 Profile. 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 Profile. For more information see the Profile object and its methods and properties.