ManagedPropertyInfo.MappingDisallowed property

Gets or sets whether a crawled property can be mapped to this managed property.

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

Syntax

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

value = instance.MappingDisallowed

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

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace