AppointmentRecurrence.Unit Property

Definition

Gets or sets a AppointmentRecurrenceUnit-typed value that indicates the frequency for which the appointment occurs.

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

Property Value

A AppointmentRecurrenceUnit-typed value that indicates the frequency for which the appointment occurs.

Windows requirements

App capabilities
appointmentsSystem

Applies to