UserProfileConfigManager.IsMembershipImportInProgress Method
Indicates whether a membership import operation is currently in process.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function IsMembershipImportInProgress As Boolean
'Usage
Dim instance As UserProfileConfigManager
Dim returnValue As Boolean
returnValue = instance.IsMembershipImportInProgress()
public bool IsMembershipImportInProgress()
Return Value
Type: System.Boolean
If the current membership import operation is in progress, the value is true; otherwise, false
See Also
Reference
UserProfileConfigManager Class