Properties Element (Location Definition)
Applies to: SharePoint Server 2010
In this article
Attributes
Child Elements
Parent Element
Specifies the list of properties retrieved from the federated search location.
<Properties>...</Properties>
Attributes
Attribute |
Description |
|
---|---|---|
None |
Not applicable |
Child Elements
None. |
Parent Element
Remarks
You must encode the less than ("<") character and greater than (">") character in the string, as shown in the following code example.
<Properties>
<Columns>
<Column Name="title"/>
<Column Name="link"/>
<Column Name="description"/>
</Columns>
</Properties>
Optional: No
xmlns: "https://schemas.microsoft.com/Search/2007/location"
See Also
Reference
OpenSearchDescription Element (Location Definition)