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

Remarks

If the forceChange parameter is true, then the definition is updated even if the internally tracked IsChanged status is not set to true.

See also

Reference

PropertyBase class

PropertyBase members

Commit overload

Microsoft.Office.Server.UserProfiles namespace