ImportStatus.CrawlStatus Property
Gets the status of the current 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 CrawlStatus As Integer
Get
'Usage
Dim instance As ImportStatus
Dim value As Integer
value = instance.CrawlStatus
public int CrawlStatus { get; }
Property Value
Type: System.Int32
The status of the current crawl.
Remarks
For more information about data sources and importing user profiles, see Importing User Profiles.