Category.CrawledPropertyCount Property
Gets the total number of crawled properties for the category.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property CrawledPropertyCount As Integer
Get
'Usage
Dim instance As Category
Dim value As Integer
value = instance.CrawledPropertyCount
int CrawledPropertyCount { get; }
Property Value
Type: System.Int32
An integer that specifies the number of crawled properties in the category.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace