OrganizationProfile.Commit method

NOTE: This API is now obsolete.

Commits any changes of property values to the data store.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Sub Commit
'Usage
Dim instance As OrganizationProfile

instance.Commit()
[ObsoleteAttribute("This class is no longer supported.")]
public override void Commit()

Remarks

This method must be called or all changes will be lost.

See also

Reference

OrganizationProfile class

OrganizationProfile members

Microsoft.Office.Server.UserProfiles namespace