ProfileSubtypePropertyManager.CommitDisplayOrder Method
Commits a change to the property’s display order to the database.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub CommitDisplayOrder
'Usage
Dim instance As ProfileSubtypePropertyManager
instance.CommitDisplayOrder()
public void CommitDisplayOrder()
Remarks
If this method is not called, any changes to the ProfileSubtypeProperty.DisplayOrder property that are made by using one of the SetDisplayOrder methods in this class will be lost.
See Also
Reference
ProfileSubtypePropertyManager Class