Share via


CrawledProperty.IsMappedToContents Property

Gets or sets a Boolean value indicating whether to map the contents of the crawled property to the search index.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property IsMappedToContents As Boolean
    Get
    Set
'Usage
Dim instance As CrawledProperty
Dim value As Boolean

value = instance.IsMappedToContents

instance.IsMappedToContents = value
bool IsMappedToContents { get; set; }

Property Value

Type: System.Boolean
true if the crawled property maps the content to the search index; otherwise, false.

See Also

Reference

CrawledProperty Interface

CrawledProperty Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace