Partager via


AppointmentRecurrence.Occurrences Propriété

Définition

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é

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Nombre de fois qu’un rendez-vous se répète.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à