ProfileBase.Commit Method
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.