AppointmentRecurrence.Occurrences Property

Definition

Gets or sets the number of times an appointment recurs. Occurrences is of type IReference(UInt32) and is NULL by default. Occurrences is mutually exclusive with 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)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The number of times an appointment recurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to