Compartilhar via


CrawledPropertyInfo.IsMappedToContents property

Obtém ou define se esta propriedade rastreada está mapeada para a propriedade gerenciada ' conteúdo'.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property IsMappedToContents As Boolean
    Get
    Set
'Uso
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

Ver também

Referência

CrawledPropertyInfo class

CrawledPropertyInfo members

Microsoft.Office.Server.Search.Administration namespace