ImportStatus Class
Represents the status of a user profile import operation.
Inheritance Hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.ImportStatus
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ImportStatus
'Usage
Dim instance As ImportStatus
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ImportStatus
Remarks
Use the GetImportStatus method of the UserProfileConfigManager object to instantiate the ImportStatus class.
For more information about data sources and importing user profiles, see Importing User Profiles.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.