Help > Web Development > Object Reference > Object Reference > ISYSIDB > IndexPath Property
<a name="kanchor418"></a>ISYSIDB:IndexPath Property
Indicates the path to the index which the command is to be applied

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