SearchParameters CustomReturnedProperties Property Ankiro Enterprise Suite Reference Documentation
Optional: If specified, only document property values in this list are returned for matched documents, regardless of any 'return with result' setting on the index level. If the collection is null or empty (default case), 'return with result' settings on the index level is used to control whether document property data are returned in the search result.

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public List<string> CustomReturnedProperties { get; set; }

Property Value

Type: List String 
See Also