Help > Web Development > Object Reference > Object Reference > ISYSAsp > Config Property
<a name="kanchor243"></a>ISYSAsp:Config Property
Contains configuration details for this instance of ISYS

Syntax
[VBScript]
ReadOnly property ISYSAsp.Config as ISYSConfig
[C#]
IISYSConfig  ISYSAsp.Config {get;}
[ColdFusion/Java]
IISYSConfig  ISYSAsp.Config() throws ComException;
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