ImportStatus.LastCrawlTime Property
Gets the date and time of the last crawl used to gather user profile data from the Active Directory directory service.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property LastCrawlTime As DateTime
Get
'Usage
Dim instance As ImportStatus
Dim value As DateTime
value = instance.LastCrawlTime
public DateTime LastCrawlTime { get; }
Property Value
Type: System.DateTime
The date and time of the last crawl used to gather user profile data from the Active Directory directory service.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.