共用方式為


KeywordQueryProperties.SelectProperties Property

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

value = instance.SelectProperties
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