Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the mappings of this managed property replace or come in addition to the mappings of the overridden managed property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MappingsOverridden As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.MappingsOverridden
instance.MappingsOverridden = value
public bool MappingsOverridden { 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, or if the object belongs to the central schema. |