CrawledProperty.CategoryName Property

Gets the category name for a crawled property.

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

Syntax

'Declaration
Public ReadOnly Property CategoryName As String
    Get
'Usage
Dim instance As CrawledProperty
Dim value As String

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

Property Value

Type: System.String
A string that contains the category name.

Remarks

Crawled properties are grouped by category, represented by the Category object, based on the protocol handler used.

See Also

Reference

CrawledProperty Class

CrawledProperty Members

Microsoft.Office.Server.Search.Administration Namespace