Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Text Property
<a name="kanchor234"></a>ISYSAnnotation:Text Property
Get\Set the text of the annotation

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