CrawledPropertyInfo.MappedManagedProperties property
Obtém ou define a lista de propriedades gerenciadas que são mapeadas para esta propriedade rastreada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property MappedManagedProperties As List(Of ManagedPropertyInfo)
Get
Set
'Uso
Dim instance As CrawledPropertyInfo
Dim value As List(Of ManagedPropertyInfo)
value = instance.MappedManagedProperties
instance.MappedManagedProperties = value
[DataMemberAttribute]
public List<ManagedPropertyInfo> MappedManagedProperties { get; set; }
Property value
Type: System.Collections.Generic.List<ManagedPropertyInfo>
Comentários
Esta propriedade não é sempre preenchida.