CrawledPropertyInfo.CategoryName property
Obtém ou define o nome da categoria dessa propriedade rastreada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property CategoryName As String
Get
Set
'Uso
Dim instance As CrawledPropertyInfo
Dim value As String
value = instance.CategoryName
instance.CategoryName = value
[DataMemberAttribute]
public string CategoryName { get; set; }
Property value
Type: System.String