Category.MapToContents Property
Gets or sets a Boolean value to indicate that the content of crawled properties within a category is searchable in the default full-text index.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property MapToContents As Boolean
Get
Set
'Usage
Dim instance As Category
Dim value As Boolean
value = instance.MapToContents
instance.MapToContents = value
bool MapToContents { get; set; }
Property Value
Type: System.Boolean
true if the contents of crawled properties within a category is searchable; otherwise, false.
Remarks
Individual crawled properties within a category can override this setting.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace