ISearchResult.Name

Syntax

Name: String;

Description

The Name property returns element name with search result.

Comments

Depending on which type of search service was selected (value of the Type parameter in the ISearchExecutor.CreateContext method), the Name property returns various names:

Example

The example of use is given in description of the ISearchExecutor.Search method.

See also:

ISearchResult