ManagedPropertyInfo.RespectPriority property

Gets whether this managed property will only be mapped from the single crawled property with the lowest mapping order, or from all mapped crawled properties.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RespectPriority As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.RespectPriority

instance.RespectPriority = value
[DataMemberAttribute]
public bool RespectPriority { get; set; }

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace