Help > Web Development > Object Reference > Object Reference > ISYSConfig
<a name="kanchor295"></a>ISYSConfig Object
The ISYSConfig object allows you to control certain configuration options on a per-instance basis.
ISYSConfig Methods
LoadLoads configuration options from an XML file.
ISYSConfig Properties
ItemGets or sets the configuration option for this instance.
Examples
[VBScript]
<% ' Set result list IDs to GUID mode ISYS.Config(isysConfigResultType) = 1 ' Set the result list to be unsecured (file permissions) ISYS.Config(isysConfigResultSecure) = False %>
See Also
ISYSAsp.Config