SearchResultBase.Name Property

 

A string containing the listing title of the search result. Get this property from the service response.

Syntax

public string Name { set; get; }
Public Property Name As String

Remarks

If the search result is a BusinessSearchResult Class or a CommunityContentSearchResult Class, then the Name property is the point of interest title.

If the search result is a PersonSearchResult Class, then the Name property is the person's full name.