PropertyCollection.SetDisplayOrderByName - Méthode

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

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

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 SetDisplayOrderByName ( _
    strName As String, _
    fIsSection As Boolean, _
    nDisplayOrder As Integer _
)
'Utilisation
Dim instance As PropertyCollection
Dim strName As String
Dim fIsSection As Boolean
Dim nDisplayOrder As Integer

instance.SetDisplayOrderByName(strName, _
    fIsSection, nDisplayOrder)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public void SetDisplayOrderByName(
    string strName,
    bool fIsSection,
    int nDisplayOrder
)

Paramètres

  • fIsSection
    Type : System.Boolean

    true si cette propriété est une section ; dans le cas contraire, false.

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms