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


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

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