ProfileSubtypePropertyManager.SetDisplayOrderByPropertyURI method

Sets the display order of the property with the specified URI.

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

Syntax

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

instance.SetDisplayOrderByPropertyURI(propertyURI, _
    displayOrder)
public void SetDisplayOrderByPropertyURI(
    string propertyURI,
    int displayOrder
)

Parameters

See also

Reference

ProfileSubtypePropertyManager class

ProfileSubtypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace