次の方法で共有


AppointmentCalendarSyncManager.Status プロパティ

定義

AppointmentCalendarSyncManager の現在の状態を取得または設定します。

public:
 property AppointmentCalendarSyncStatus Status { AppointmentCalendarSyncStatus get(); };
public:
 property AppointmentCalendarSyncStatus Status { AppointmentCalendarSyncStatus get(); void set(AppointmentCalendarSyncStatus value); };
AppointmentCalendarSyncStatus Status();
AppointmentCalendarSyncStatus Status();

void Status(AppointmentCalendarSyncStatus value);
public AppointmentCalendarSyncStatus Status { get; }
public AppointmentCalendarSyncStatus Status { get; set; }
var appointmentCalendarSyncStatus = appointmentCalendarSyncManager.status;
var appointmentCalendarSyncStatus = appointmentCalendarSyncManager.status;
appointmentCalendarSyncManager.status = appointmentCalendarSyncStatus;
Public ReadOnly Property Status As AppointmentCalendarSyncStatus
Public Property Status As AppointmentCalendarSyncStatus

プロパティ値

AppointmentCalendarSyncManager の現在の状態。

Windows の要件

アプリの機能
appointmentsSystem

適用対象