UserProfileConfigManager.StartSynchronization Method (Boolean)
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub StartSynchronization ( _
fullSynchronization As Boolean _
)
'Usage
Dim instance As UserProfileConfigManager
Dim fullSynchronization As Boolean
instance.StartSynchronization(fullSynchronization)
public void StartSynchronization(
bool fullSynchronization
)
Parameters
- fullSynchronization
Type: System.Boolean
See Also
Reference
UserProfileConfigManager Class