Appointment.BusyStatus プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
予定の参加者のビジー状態を示す AppointmentBusyStatus 型の値を取得または設定します。
public:
property AppointmentBusyStatus BusyStatus { AppointmentBusyStatus get(); void set(AppointmentBusyStatus value); };
AppointmentBusyStatus BusyStatus();
void BusyStatus(AppointmentBusyStatus value);
public AppointmentBusyStatus BusyStatus { get; set; }
var appointmentBusyStatus = appointment.busyStatus;
appointment.busyStatus = appointmentBusyStatus;
Public Property BusyStatus As AppointmentBusyStatus
プロパティ値
予定の参加者のビジー状態を示す AppointmentBusyStatus 型の値。
Windows の要件
アプリの機能 |
appointmentsSystem
|