Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Filename Property
<a name="kanchor229"></a>ISYSAnnotation:Filename Property
Get\Set the filename of the annotation when annotation is of type anno annoLink

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