Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Link Property
<a name="kanchor230"></a>ISYSAnnotation:Link Property
Get\Set the link of the annotation when annotation of type annoLink

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