KeywordQueryProperties.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
<DataMemberAttribute> _
Public Property SelectProperties As StringCollection
    Get
    Friend Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As StringCollection

value = instance.SelectProperties
[DataMemberAttribute]
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.Office.Server.Search.Query namespace