ManagedPropertyInfo.WordExactExtractionCustom property

Gets or sets the WordExactExtractionCustom bit in the EntityExtractorBitMap of this managed property.

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

Syntax

'Declaration
Public Property WordExactExtractionCustom As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.WordExactExtractionCustom

instance.WordExactExtractionCustom = value
public bool WordExactExtractionCustom { get; set; }

Property value

Type: System.Boolean

Remarks

This is bit 10 of the EntityExtractorBitMap. (1 is the lowest bit.)

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace