Category.CrawledPropertyCount property

Gets the number of crawled properties for a category.

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

Syntax

'Declaration
Public ReadOnly Property CrawledPropertyCount As Integer
    Get
'Usage
Dim instance As Category
Dim value As Integer

value = instance.CrawledPropertyCount
public int CrawledPropertyCount { get; }

Property value

Type: System.Int32
A 32-bit integer that represents the number of crawled properties for the category.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace