Share via


PropertyCollection.SetDisplayOrderByPropertyURI method

NOTE: This API is now obsolete.

Sets the specified display order of the properties by property URI.

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

Syntax

'Declaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Sub SetDisplayOrderByPropertyURI ( _
    strPropURI As String, _
    nDisplayOrder As Integer _
)
'Usage
Dim instance As PropertyCollection
Dim strPropURI As String
Dim nDisplayOrder As Integer

instance.SetDisplayOrderByPropertyURI(strPropURI, _
    nDisplayOrder)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void SetDisplayOrderByPropertyURI(
    string strPropURI,
    int nDisplayOrder
)

Parameters

  • nDisplayOrder
    Type: System.Int32

    The order of the display.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Server.UserProfiles namespace