Gets 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
%>