Properties Element in Microsoft.Search.Query Schema for Enterprise Search

Contains the managed properties to include in the results. Applies to the Enterprise Search Query Web service. For more information, see Enterprise Search Query Web Service Overview.

<Properties>
   <Property name=managedPropertyName></Property>
</Properties>

Attributes

Attribute Description

None

Child Elements

Property Element in Microsoft.Search.Query Schema for Enterprise Search

Parent Elements

Query Element in Microsoft.Search.Query Schema for Enterprise Search

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.

Schema name: Microsoft.Search.Query

Applies to: Query Web method (Microsoft.Search.Response.Document), QueryEx Web method (System.Data.Dataset)

Optional: Yes

See Also

Concepts

Microsoft.Search.Query Schema for Enterprise Search
Enterprise Search Query Web Service Overview