ManagedPropertyInfo.CompanyExtraction property

Gets or sets whether companies should be extracted 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 CompanyExtraction As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyInfo
Dim value As Boolean

value = instance.CompanyExtraction

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

Property value

Type: System.Boolean

Remarks

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

See also

Reference

ManagedPropertyInfo class

ManagedPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace