Share via


ProfileSubtypePropertyManager.SetDisplayOrderBySectionName method

Sets the display order of the section property with the specified name.

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

Syntax

'Declaration
Public Sub SetDisplayOrderBySectionName ( _
    sectionName As String, _
    displayOrder As Integer _
)
'Usage
Dim instance As ProfileSubtypePropertyManager
Dim sectionName As String
Dim displayOrder As Integer

instance.SetDisplayOrderBySectionName(sectionName, _
    displayOrder)
public void SetDisplayOrderBySectionName(
    string sectionName,
    int displayOrder
)

Parameters

See also

Reference

ProfileSubtypePropertyManager class

ProfileSubtypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace