ManagedPropertyInfo.MappedCrawledProperties - Propriété

Obtient la liste des propriétés analysées mappées à 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
<DataMemberAttribute> _
Public Property MappedCrawledProperties As List(Of CrawledPropertyInfo)
    Get
    Set
'Utilisation
Dim instance As ManagedPropertyInfo
Dim value As List(Of CrawledPropertyInfo)

value = instance.MappedCrawledProperties

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

Valeur de propriété

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

Remarques

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

Voir aussi

Référence

ManagedPropertyInfo classe

ManagedPropertyInfo - Membres

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