: Category.MapToContents (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether all string crawled properties are mapped to content.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property MapToContents As Boolean
'Uso
Dim instance As Category
Dim value As Boolean
value = instance.MapToContents
instance.MapToContents = value
public bool MapToContents { get; set; }
Valor de propiedad
true if string crawled properties are mapped to content; otherwise, false.
Comentarios
Default setting is true for the SharePoint category; false for all the other categories.
Vea también
Referencia
Category (Clase)
Category (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)