Partager via


CrawledPropertyInfo.MappedManagedProperties - Propriété

Obtient ou définit la liste des propriétés gérées qui sont mappées à cette propriété analysée.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property MappedManagedProperties As List(Of ManagedPropertyInfo)
    Get
    Set
'Utilisation
Dim instance As CrawledPropertyInfo
Dim value As List(Of ManagedPropertyInfo)

value = instance.MappedManagedProperties

instance.MappedManagedProperties = value
[DataMemberAttribute]
public List<ManagedPropertyInfo> MappedManagedProperties { get; set; }

Valeur de propriété

Type : System.Collections.Generic.List<ManagedPropertyInfo>

Remarques

Cette propriété n'est pas toujours remplie.

Voir aussi

Référence

CrawledPropertyInfo classe

CrawledPropertyInfo - Membres

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