PropertyBase.Commit Method (Boolean)
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.