Properties Element in Microsoft.Search.Query Schema
Applies to: SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Elements
Element Information
<Properties>
<Property name=managedPropertyName></Property>
</Properties>
Attributes
None.
Child Elements
Parent Elements
Example
Following is an example of the Properties element in a Microsoft.Search.Query request.
<Properties>
<Property name="author"></Property>
<Property name="topic"></Property>
</Properties>
Remarks
If no properties are specified, the default properties will be returned. The following properties are included in the list of default properties:
WordId
Rank
Title
Author
Size
Path
Description
Write
SiteName
CollapsingStatus
HitHighlightedSummary
HitHighlightedProperties
ContentClass
IsDocument
PictureThumbnailURL
Element Information
Schema name: Microsoft.Search.Query
Applies to: QueryService.Query method (Microsoft.Search.Response.Document), QueryService.QueryEx method (Dataset)
Optional: Yes
See Also
Reference
Concepts
Walkthrough: Querying SharePoint Search From a Client Application