Help > Web Development > Object Reference > Object Reference > ISYSSearchStat > Name Property
<a name="kanchor544"></a>ISYSSearchStat:Name Property
Contains the name of the search term. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSSearchStat.Name as string
[C#]
string ISYSSearchStat.Name {get;}
[ColdFusion/Java]
java.lang.String ISYSSearchStat.Name() throws ComException;