ImportStatus.LastImportType Property
Gets the last profile import type 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 LastImportType As ProfileImportType
Get
'Usage
Dim instance As ImportStatus
Dim value As ProfileImportType
value = instance.LastImportType
public ProfileImportType LastImportType { get; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.ProfileImportType
The last ProfileImportType 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.