CrawledProperty.IsMappedToContents property

Gets or sets a Boolean value indicating whether the crawled property is mapped to any managed properties.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

value = instance.IsMappedToContents

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

Property value

Type: System.Boolean
true if the crawled property is mapped to any managed property; otherwise, false.

See also

Reference

CrawledProperty class

CrawledProperty members

Microsoft.Office.Server.Search.Administration namespace