ManagedPropertyInfo.WordExtractionCustom1 property
Gets or sets the WordExtractionCustom1 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 WordExtractionCustom1 As Boolean
Get
Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.WordExtractionCustom1
instance.WordExtractionCustom1 = value
public bool WordExtractionCustom1 { get; set; }
Property value
Type: System.Boolean
Remarks
This is bit 11 of the EntityExtractorBitMap. (1 is the lowest bit.)