次の方法で共有


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

適用対象