AppointmentRecurrence.Unit 属性

定义

获取或设置 AppointmentRecurrenceUnit 类型的值,该值指示约会发生的频率。

public:
 property AppointmentRecurrenceUnit Unit { AppointmentRecurrenceUnit get(); void set(AppointmentRecurrenceUnit value); };
AppointmentRecurrenceUnit Unit();

void Unit(AppointmentRecurrenceUnit value);
public AppointmentRecurrenceUnit Unit { get; set; }
var appointmentRecurrenceUnit = appointmentRecurrence.unit;
appointmentRecurrence.unit = appointmentRecurrenceUnit;
Public Property Unit As AppointmentRecurrenceUnit

属性值

AppointmentRecurrenceUnit 类型的值,指示约会发生的频率。

Windows 要求

应用功能
appointmentsSystem

适用于