CrawledPropertyInfo.IsMappedToContents property
Gets or sets whether this crawled property is 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 IsMappedToContents As Boolean
Get
Set
'Usage
Dim instance As CrawledPropertyInfo
Dim value As Boolean
value = instance.IsMappedToContents
instance.IsMappedToContents = value
[DataMemberAttribute]
public bool IsMappedToContents { get; set; }
Property value
Type: System.Boolean