Compartir a través de


del método PropertyCollection.SetDisplayOrderByPropertyName

NOTA: esta API está ahora obsoleta.

Establece el orden de presentación especificados de las propiedades por nombre de propiedad.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Sub SetDisplayOrderByPropertyName ( _
    strPropName As String, _
    nDisplayOrder As Integer _
)
'Uso
Dim instance As PropertyCollection
Dim strPropName As String
Dim nDisplayOrder As Integer

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

Parámetros

  • nDisplayOrder
    Tipo: System.Int32

    El orden de la presentación.

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles