Share via


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