Condividi tramite


AppointmentRecurrence.Occurrences Proprietà

Definizione

Ottiene o imposta il numero di volte in cui si ripete un appuntamento. Le occorrenze sono di tipo IReference(UInt32) ed è NULL per impostazione predefinita. Le occorrenze si escludono a vicenda 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)

Valore della proprietà

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Numero di volte in cui un appuntamento si ripete.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a