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.