AppointmentStore.ChangeTracker 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.
Returns the AppointmentStoreChangeTracker associated with the appointment store.
public:
property AppointmentStoreChangeTracker ^ ChangeTracker { AppointmentStoreChangeTracker ^ get(); };
AppointmentStoreChangeTracker ChangeTracker();
public AppointmentStoreChangeTracker ChangeTracker { get; }
var appointmentStoreChangeTracker = appointmentStore.changeTracker;
Public ReadOnly Property ChangeTracker As AppointmentStoreChangeTracker
Property Value
The AppointmentStoreChangeTracker associated with the appointment store.
Windows requirements
App capabilities |
appointmentsSystem
|