CrawledProperty.IsMappedToContents - Propriété

Obtient ou définit une valeur de type Boolean indiquant si la propriété analysée est mappée à toutes les propriétés gérées.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Property IsMappedToContents As Boolean
    Get
    Set
'Utilisation
Dim instance As CrawledProperty
Dim value As Boolean

value = instance.IsMappedToContents

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

Valeur de propriété

Type : System.Boolean
true si la propriété analysée est mappée à toute propriété gérée ; dans le cas contraire, false.

Voir aussi

Référence

CrawledProperty classe

CrawledProperty - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms