PropertyCollection.SetDisplayOrderByPropertyName - Méthode
Remarque : cette API est désormais obsolète.
Définit l'ordre d'affichage des propriétés par un nom de propriété.
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 SetDisplayOrderByPropertyName ( _
strPropName As String, _
nDisplayOrder As Integer _
)
'Utilisation
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
)
Paramètres
strPropName
Type : System.StringNom de la propriété.
nDisplayOrder
Type : System.Int32L'ordre d'affichage.