AppointmentStoreChange
AppointmentStoreChange
AppointmentStoreChange
AppointmentStoreChange
Class
Definition
Represents a change that has occurred in an appointment store.
public : sealed class AppointmentStoreChange : IAppointmentStoreChange, IAppointmentStoreChange2public sealed class AppointmentStoreChange : IAppointmentStoreChange, IAppointmentStoreChange2Public NotInheritable Class AppointmentStoreChange Implements IAppointmentStoreChange, IAppointmentStoreChange2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Appointment Appointment Appointment Appointment
Gets the Appointment associated with the change.
public : Appointment Appointment { get; }public Appointment Appointment { get; }Public ReadOnly Property Appointment As Appointment// You can use this property in JavaScript.
The Appointment associated with the change.
AppointmentCalendar AppointmentCalendar AppointmentCalendar AppointmentCalendar
Gets the AppointmentCalendar in which the change occurred.
public : AppointmentCalendar AppointmentCalendar { get; }public AppointmentCalendar AppointmentCalendar { get; }Public ReadOnly Property AppointmentCalendar As AppointmentCalendar// You can use this property in JavaScript.
The AppointmentCalendar in which the change occurred.
ChangeType ChangeType ChangeType ChangeType
Gets an AppointmentStoreChangeType value indicating the type of change represented by the object.
public : AppointmentStoreChangeType ChangeType { get; }public AppointmentStoreChangeType ChangeType { get; }Public ReadOnly Property ChangeType As AppointmentStoreChangeType// You can use this property in JavaScript.
- Value
- AppointmentStoreChangeType AppointmentStoreChangeType AppointmentStoreChangeType AppointmentStoreChangeType
An AppointmentStoreChangeType value indicating the type of change represented by the object.