 | SphinxSearchResultFields Property |
Gets a list of strings containing the names of the fields for this result.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<string> Fields { get; }
Public ReadOnly Property Fields As IList(Of String)
Get
Property Value
Type:
IListString
See Also