Compartir a través de


AppointmentRecurrence.Occurrences Propiedad

Definición

Obtiene o establece el número de veces que se repite una cita. Las apariciones son de tipo IReference(UInt32) y son NULL de forma predeterminada. Las apariciones se excluyen mutuamente con 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)

Valor de propiedad

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Número de veces que se repite una cita.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a