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

적용 대상