Share via


PropertyCollection.SetDisplayOrderByPropertyName Method

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

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

Syntax

'Declaration
Public Sub SetDisplayOrderByPropertyName ( _
    strPropName As String, _
    nDisplayOrder As Integer _
)
'Usage
Dim instance As PropertyCollection
Dim strPropName As String
Dim nDisplayOrder As Integer

instance.SetDisplayOrderByPropertyName(strPropName, _
    nDisplayOrder)
public void SetDisplayOrderByPropertyName(
    string strPropName,
    int nDisplayOrder
)

Parameters

  • nDisplayOrder
    Type: System.Int32
    The order of the display.

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.Office.Server.UserProfiles Namespace