[VBScript] ReadOnly property ISYSDocument.AssociatedImage as string
[C#] string ISYSDocument.AssociatedImage {get;}
[ColdFusion/Java] java.lang.String ISYSDocument.AssociatedImage() throws ComException;
<% ' Get the document Set Document = Results(CLng(Request("doc"))) %> <% If Document.AssociatedImage <> "" Then %> <a href="ShowImage.asp?Results=&Doc=">View Image</a> <% End If %>