Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Commits any changes to property values to the data store.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public MustOverride Sub Commit
'Usage
Dim instance As ProfileBase
instance.Commit()
public abstract void Commit()
Remarks
This must be called or all changes will be lost.