Help > Web Development > Object Reference > Object Reference > ISYSDocument > Title Property
<a name="kanchor347"></a>ISYSDocument:Title Property
Returns the title of the document. Document titles are configurable, as described in the online ISYS utilities users manual. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSDocument.Title as title
[C#]
title IISYSDocument.Title {get;}
[ColdFusion/Java]
title ISYSDocument.Title() throws ComException;
Examples
[VBScript]
<% Set document = Results(i) %> <%= i %>. <%= document.Title %> <br> <%= document.filename %> - <%= document.Format %> - <%= document.Relevance %>% - <%= document.Filesize - %> <%= document.Timestamp %> >>> Output 1. Introduction to ISYS c:\documents\ISYSIntro.doc - Word - 100% - 25000 - 01 Jun 2003