Category.MapToContents Property
Gets or sets a Boolean value indicating whether all string crawled properties are mapped to content.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MapToContents As Boolean
Get
Set
'Usage
Dim instance As Category
Dim value As Boolean
value = instance.MapToContents
instance.MapToContents = value
public bool MapToContents { get; set; }
Property Value
Type: System.Boolean
true if string crawled properties are mapped to content; otherwise, false.
Remarks
Default setting is true for the SharePoint category; false for all the other categories.