AppointmentRecurrence.Occurrences 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 de répétitions d’un rendez-vous. Les occurrences sont de type IReference(UInt32) et ont la valeur NULL par défaut. Les occurrences s’excluent mutuellement avec Until.
public:
property IReference<unsigned int> ^ Occurrences { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Occurrences();
void Occurrences(IReference<uint32_t> value);
public System.Nullable<uint> Occurrences { get; set; }
var iReference = appointmentRecurrence.occurrences;
appointmentRecurrence.occurrences = iReference;
Public Property Occurrences As Nullable(Of UInteger)
Valeur de propriété
Nombre de fois qu’un rendez-vous se répète.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|