de la propiedad CrawledPropertyInfo.MappedManagedProperties
Obtiene o establece la lista de propiedades administradas que se asignan a esta propiedad rastreada.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<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; }
Valor de propiedad
Tipo: System.Collections.Generic.List<ManagedPropertyInfo>
Comentarios
No siempre se rellena esta propiedad.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration