KeywordQuery.SelectProperties Property

Gets a list of the properties to return in the search results.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property SelectProperties As StringCollection
    Get
'Usage
Dim instance As KeywordQuery
Dim value As StringCollection

value = instance.SelectProperties
public StringCollection SelectProperties { get; }

Property Value

Type: System.Collections.Specialized.StringCollection
The list of properties to return.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace