DemotedSite.CrawledDocumentCount property

NOTE: This API is now obsolete.

Gets the number of crawled documents for a demoted site.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Public ReadOnly Property CrawledDocumentCount As Integer
    Get
'Usage
Dim instance As DemotedSite
Dim value As Integer

value = instance.CrawledDocumentCount
[ObsoleteAttribute]
public int CrawledDocumentCount { get; }

Property value

Type: System.Int32
A 32-bit integer containing the number of crawled documents.

See also

Reference

DemotedSite class

DemotedSite members

Microsoft.Office.Server.Search.Administration namespace