Share via


CategoryCollection.Count Property

Gets the total number of crawled property categories in the collection.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As CategoryCollection
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
An integer that specifies the number of crawled properties in the collection.

See Also

Reference

CategoryCollection Interface

CategoryCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace