ManagedProperty.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
Public Property RespectPriority As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.RespectPriority
instance.RespectPriority = value
public bool RespectPriority { get; set; }
Property value
Type: System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | If this object is not backed. |
PropertyIsReadOnlyException | If this property is read only. |
PropertyCannotHaveMappingsException | If this object cannot have mappings. |
InvalidMappingException | If any of this property's mappings map value of the wrong type. |