AppointmentCalendar.SyncManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AppointmentCalendarSyncManager which can be used to sync with the remote server.
public:
property AppointmentCalendarSyncManager ^ SyncManager { AppointmentCalendarSyncManager ^ get(); };
AppointmentCalendarSyncManager SyncManager();
public AppointmentCalendarSyncManager SyncManager { get; }
var appointmentCalendarSyncManager = appointmentCalendar.syncManager;
Public ReadOnly Property SyncManager As AppointmentCalendarSyncManager
Property Value
The AppointmentCalendarSyncManager which can be used to sync with the remote server.
Windows requirements
App capabilities |
appointmentsSystem
|