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


Appointment.Recurrence Свойство

Определение

Возвращает или задает объект , описывающий, когда и как часто происходит встреча. Повторение имеет тип AppointmentRecurrence.

public:
 property AppointmentRecurrence ^ Recurrence { AppointmentRecurrence ^ get(); void set(AppointmentRecurrence ^ value); };
AppointmentRecurrence Recurrence();

void Recurrence(AppointmentRecurrence value);
public AppointmentRecurrence Recurrence { get; set; }
var appointmentRecurrence = appointment.recurrence;
appointment.recurrence = appointmentRecurrence;
Public Property Recurrence As AppointmentRecurrence

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

Объект AppointmentRecurrence , который описывает, когда и как часто происходит встреча.

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

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

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