Share via


SPContentDatabase.LastSearchCrawlSyncTime-Eigenschaft

Dient zum Abrufen oder Festlegen der letzte Synchronisierungszeit für die Suche.

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; }

Eigenschaftswert

Typ: System.DateTime
Die letzte Synchronisierungszeit.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace