Appointment.Recurrence 属性

定义

获取或设置对象,该对象描述约会的发生时间和频率。 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

适用于