ContactManagerForUser.SystemSortOrder Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’ordre de tri des contacts. Par exemple, triez par nom ou prénom.
public:
property ContactNameOrder SystemSortOrder { ContactNameOrder get(); void set(ContactNameOrder value); };
ContactNameOrder SystemSortOrder();
void SystemSortOrder(ContactNameOrder value);
public ContactNameOrder SystemSortOrder { get; set; }
var contactNameOrder = contactManagerForUser.systemSortOrder;
contactManagerForUser.systemSortOrder = contactNameOrder;
Public Property SystemSortOrder As ContactNameOrder
Valeur de propriété
Ordre de tri.
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|