UserProfileConfigManager.GetImportStatus Method
Gets the ImportStatus object.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetImportStatus As ImportStatus
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As ImportStatus
returnValue = instance.GetImportStatus()
public ImportStatus GetImportStatus()
Return Value
Type: Microsoft.Office.Server.UserProfiles.ImportStatus
The ImportStatus object that represents the status of the import.
See Also
Reference
UserProfileConfigManager Class