KeywordQuery.SelectProperties property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public ReadOnly Property SelectProperties As StringCollection
    Get
'Usage
Dim instance As KeywordQuery
Dim value As StringCollection

value = instance.SelectProperties
[ObsoleteAttribute("This class is obsolete.")]
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.SharePoint.Search.Query namespace