Help > Web Development > Object Reference > Object Reference > ISYSIDB > Command Property
<a name="kanchor415"></a>ISYSIDB:Command Property
The ISYS IDB_Function command to apply to the index.

Syntax
[VBScript]
 property ISYSIDB.Command as string
[C#]
string ISYSIDB.Command {get;put;}
[ColdFusion/Java]
java.lang.String ISYSIDB.Command() throws ComException;
void ISYSIDB.set_Command( java.lang.String value );
See Also