Share via


Location.TrimExtraProperties Property

Gets or sets a Boolean value that if the search results contain additional properties not specified in the RequestedProperties property, whether the additional properties should be returned or not.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TrimExtraProperties As Boolean
    Get
    Set
'Usage
Dim instance As Location
Dim value As Boolean

value = instance.TrimExtraProperties

instance.TrimExtraProperties = value
public bool TrimExtraProperties { get; set; }

Property Value

Type: System.Boolean
true if additional properties should be returned; otherwise, false.

Remarks

Do not use this property with FAST Search Server 2010 for SharePoint; if used, it will be ignored.

See Also

Reference

Location Class

Location Members

Microsoft.Office.Server.Search.Query Namespace