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.