Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.