ManagedProperty.MappingDisallowed Property
Gets a Boolean value indicating whether crawled properties can be mapped to the managed property.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property MappingDisallowed As Boolean
Get
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.MappingDisallowed
bool MappingDisallowed { get; }
Property Value
Type: System.Boolean
[false] if the managed property can be mapped to; otherwise, [true].
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace