Partager via


PropertyCollection.SetDisplayOrderBySectionName - Méthode

Remarque : cette API est désormais obsolète.

Définit l'ordre d'affichage des propriétés par un nom de section.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Sub SetDisplayOrderBySectionName ( _
    strSectionName As String, _
    nDisplayOrder As Integer _
)
'Utilisation
Dim instance As PropertyCollection
Dim strSectionName As String
Dim nDisplayOrder As Integer

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

Paramètres

  • strSectionName
    Type : System.String

    Le nom de la section de la propriété.

  • nDisplayOrder
    Type : System.Int32

    L'ordre d'affichage des propriétés.

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms