Name: String;
The Name property returns element name with search result.
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:
On searching by indexed structures of data sources, the property returns name of a particular slice created from dimension element names, which intersection creates a slice.
On searching by indexed metadata of repository objects, the property returns name of indexed repository object.
The example of use is given in description of the ISearchExecutor.Search method.
See also: