SPContentDatabase.LastSearchCrawlSyncTime property

Gets or sets the last synchronization time for search.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property LastSearchCrawlSyncTime As DateTime
    Get
    Set
'Usage
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastSearchCrawlSyncTime

instance.LastSearchCrawlSyncTime = value
public DateTime LastSearchCrawlSyncTime { get; set; }

Property value

Type: System.DateTime
The last synchronization time.

See also

Reference

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace