CategoryInfo.MapToContents property
Gets or sets whether all string crawled properties in this category are mapped to the 'Contents' managed property.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MapToContents As Boolean
Get
Set
'Usage
Dim instance As CategoryInfo
Dim value As Boolean
value = instance.MapToContents
instance.MapToContents = value
[DataMemberAttribute]
public bool MapToContents { get; set; }
Property value
Type: System.Boolean