FindAppointmentsOptions.MaxCount 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 le nombre maximal de rendez-vous qui doivent être inclus dans le résultat de la requête rechercher des rendez-vous.
public:
property unsigned int MaxCount { unsigned int get(); void set(unsigned int value); };
uint32_t MaxCount();
void MaxCount(uint32_t value);
public uint MaxCount { get; set; }
var uInt32 = findAppointmentsOptions.maxCount;
findAppointmentsOptions.maxCount = uInt32;
Public Property MaxCount As UInteger
Valeur de propriété
Nombre maximal de rendez-vous à inclure dans le résultat de la requête rechercher des rendez-vous.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|