Compartilhar via


CrawledProperty.CategoryName property

Obtém o nome da categoria para uma propriedade rastreada.

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

Syntax

'Declaração
Public ReadOnly Property CategoryName As String
    Get
'Uso
Dim instance As CrawledProperty
Dim value As String

value = instance.CategoryName
public string CategoryName { get; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o nome da categoria.

Comentários

Propriedades rastreadas são agrupadas por categoria, representadas pelo objeto Category , com base no manipulador de protocolo usado.

Ver também

Referência

CrawledProperty class

CrawledProperty members

Microsoft.Office.Server.Search.Administration namespace