Mapping.CrawledPropertyName property
Obtém ou define o nome da propriedade rastreada para um mapeamento de propriedade.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property CrawledPropertyName As String
Get
Set
'Uso
Dim instance As Mapping
Dim value As String
value = instance.CrawledPropertyName
instance.CrawledPropertyName = value
public string CrawledPropertyName { get; set; }
Property value
Type: System.String
Uma seqüência de caracteres especificando o nome da propriedade rastreada para o mapeamento.