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

적용 대상