ProfileSubtypePropertyManager.SetDisplayOrderByName method

Sets the display order of the property or 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 SetDisplayOrderByName ( _
    name As String, _
    isSection As Boolean, _
    displayOrder As Integer _
)
'Usage
Dim instance As ProfileSubtypePropertyManager
Dim name As String
Dim isSection As Boolean
Dim displayOrder As Integer

instance.SetDisplayOrderByName(name, _
    isSection, displayOrder)
public void SetDisplayOrderByName(
    string name,
    bool isSection,
    int displayOrder
)

Parameters

See also

Reference

ProfileSubtypePropertyManager class

ProfileSubtypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace