ImportStatus.LastStartCrawlTime Property
Gets the start date and time of the last crawl used to import 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 LastStartCrawlTime As DateTime
Get
'Usage
Dim instance As ImportStatus
Dim value As DateTime
value = instance.LastStartCrawlTime
public DateTime LastStartCrawlTime { get; }
Property Value
Type: System.DateTime
The start date and time of the last crawl used to import user profile data from the Active Directory directory service.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.