ManagedProperty.EntityExtractorBitMap property

Gets or sets which entities should be enabled for extraction from this managed property.

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

Syntax

'Declaration
Public Property EntityExtractorBitMap As Integer
    Get
    Set
'Usage
Dim instance As ManagedProperty
Dim value As Integer

value = instance.EntityExtractorBitMap

instance.EntityExtractorBitMap = value
public int EntityExtractorBitMap { get; set; }

Property value

Type: System.Int32

Exceptions

Exception Condition
InvalidOperationException

If this object is not backed.

PropertyIsReadOnlyException

If this property is read only.

Remarks

For the meaning of the specific field, see the extractor properties in ManagedPropertyInfo.

See also

Reference

ManagedProperty class

ManagedProperty members

Microsoft.Office.Server.Search.Administration namespace