Help > Web Development > Object Reference > Object Reference > ISYSConceptNode > Query Property
<a name="kanchor294"></a>ISYSConceptNode:Query Property
Returns the ISYS query that this node is associated with, or an empty string if no query is present. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSConceptNode.Query as string
[C#]
string IISYSConceptNode.Query {get;}
[ColdFusion/Java]
java.lang.String ISYSConceptNode.Query() throws ComException;