Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Query Property
<a name="kanchor231"></a>ISYSAnnotation:Query Property
Get\Set the query of the annotation when annotation is of type annoQuery

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