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.
Pushes an updated property definition to the user profile database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Sub Commit ( _
forceChange As Boolean _
)
'Usage
Dim forceChange As Boolean
Me.Commit(forceChange)
protected void Commit(
bool forceChange
)
Parameters
- forceChange
Type: System.Boolean
Remarks
If the forceChange parameter is true, then the definition is updated even if the internally tracked IsChanged status is not set to true.