Share via


KeywordQueryProperties.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
<DataMemberAttribute> _
<ObsoleteAttribute("This class is obsolete.")> _
Public Property SelectProperties As StringCollection
    Get
    Friend Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As StringCollection

value = instance.SelectProperties
[DataMemberAttribute]
[ObsoleteAttribute("This class is obsolete.")]
public StringCollection SelectProperties { get; internal set; }

Property value

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

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.SharePoint.Search.Query namespace