Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace