PropertyCollection.SetDisplayOrderByPropertyURI - Méthode

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

Définit l'ordre d'affichage des propriétés à la propriété URI.

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 SetDisplayOrderByPropertyURI ( _
    strPropURI As String, _
    nDisplayOrder As Integer _
)
'Utilisation
Dim instance As PropertyCollection
Dim strPropURI As String
Dim nDisplayOrder As Integer

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

Paramètres

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms