ManagedPropertyInfo.CompanyExtraction - Propriété
Obtient ou définit si les sociétés doivent être extrait à partir de cette propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property CompanyExtraction As Boolean
Get
Set
'Utilisation
Dim instance As ManagedPropertyInfo
Dim value As Boolean
value = instance.CompanyExtraction
instance.CompanyExtraction = value
public bool CompanyExtraction { get; set; }
Valeur de propriété
Type : System.Boolean
Remarques
Il est de type bit 1 de la EntityExtractorBitMap. (1 est le bit le plus bas).
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms