Поделиться через


AppointmentRecurrence.Occurrences Свойство

Определение

Возвращает или задает количество повторений встречи. Вхождение имеет тип IReference(UInt32) и имеет значение NULL по умолчанию. Экземпляры являются взаимоисключающими с 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)

Значение свойства

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Количество повторений встречи.

Требования к Windows

Возможности приложения
appointmentsSystem

Применяется к