Share via


ContentCollection.DocumentCount Property

Gets the number of documents in the content collection.

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

Syntax

'Declaration
ReadOnly Property DocumentCount As Integer
    Get
'Usage
Dim instance As ContentCollection
Dim value As Integer

value = instance.DocumentCount
int DocumentCount { get; }

Property Value

Type: System.Int32
The number of documents in the content collection.

See Also

Reference

ContentCollection Interface

ContentCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Content Namespace