Share via


ImportStatus.CrawlInProgressType Property

Gets the type of crawl that is currently in progress 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 CrawlInProgressType As Integer
    Get
'Usage
Dim instance As ImportStatus
Dim value As Integer

value = instance.CrawlInProgressType
public int CrawlInProgressType { get; }

Property Value

Type: System.Int32
The type of crawl that is currently in progress.

Remarks

For more information about data sources and importing user profiles, see Importing User Profiles.

See Also

Reference

ImportStatus Class

ImportStatus Members

Microsoft.Office.Server.UserProfiles Namespace