Appointment.Recurrence 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置对象,该对象描述约会的发生时间和频率。 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
|