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

适用于