OverrideInfo.MappingsOverridden property
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
<DataMemberAttribute> _
Public Property MappingsOverridden As Boolean
Get
Set
'Usage
Dim instance As OverrideInfo
Dim value As Boolean
value = instance.MappingsOverridden
instance.MappingsOverridden = value
[DataMemberAttribute]
public bool MappingsOverridden { get; set; }
Property value
Type: System.Boolean