Share via


PropertyCollection.SetDisplayOrderByPropertyName Method

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")> _
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)
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")]
public void SetDisplayOrderByPropertyName(
    string strPropName,
    int nDisplayOrder
)

Parameters

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.SharePoint.Portal.UserProfiles Namespace