ManagedPropertyInfo.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
<DataMemberAttribute> _
Public Property EntityExtractorBitMap As Integer
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Integer

value = instance.EntityExtractorBitMap

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

Property value

Type: System.Int32

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace