CrawlTopology.CreationDate Property

Gets the date and time when the crawl topology was created.

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

Syntax

'Declaration
Public ReadOnly Property CreationDate As DateTime
    Get
'Usage
Dim instance As CrawlTopology
Dim value As DateTime

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

Property Value

Type: System.DateTime
The date and time when the crawl topology was created.

See Also

Reference

CrawlTopology Class

CrawlTopology Members

Microsoft.Office.Server.Search.Administration Namespace