Help > Web Development > Object Reference > Object Reference > ISYSConfig > Item Property
<a name="kanchor296"></a>ISYSConfig:Item Property
Gets or sets the configuration option for this instance.

Syntax
[VBScript]
 property ISYSConfig.Item(string Name) as variant
[C#]
System.Object ISYSConfig.get_Item(
  string Name);
void ISYSConfig.set_Item( string Name, System.Object value);
[ColdFusion/Java]
System.Object ISYSConfig.Item(
  java.lang.String Name
) throws ComException;
void ISYSConfig.set_Item( java.lang.String Name, System.Object value );
Parameters
NameThe name of the configuration item to get or set.
POOL_MAXMaximum number of processes that this instance of ISYS should keep pooled.
POOL_MINMinimum number of processes that this instance of ISYS should keep pooled.
POOL_TIMEOUTAmount of time (in milliseconds) to wait for a pooled worker process to become available before creating a temporary one.
POOL_KEEPALIVEThe amount of time (in milliseconds) to keep a unused worker process in the pool before releasing it.
RESULTLIST_PATHThe folder to store the temporary result lists.
RESULTLIST_TIMEOUTThe number if hours that a temporary result list should be kept for.
RESULTLIST_TYPESpecifies how result list ids are allocated. 0 for sequential numeric ids; 1 for non-sequential random ids (GUID).
RESULTLIST_SECUREIndicates that the result list should be secured so that only the search user has access. Only applicable when used on a secure website.
LOG_PATHThe path to store any generated log files.