ContentSource.CrawlCompleted property

Gets the time of the last completed crawl of a content source.

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

Syntax

'Declaration
Public ReadOnly Property CrawlCompleted As DateTime
    Get
'Usage
Dim instance As ContentSource
Dim value As DateTime

value = instance.CrawlCompleted
public DateTime CrawlCompleted { get; }

Property value

Type: System.DateTime
The date and time value.

See also

Reference

ContentSource class

ContentSource members

Microsoft.Office.Server.Search.Administration namespace