AppointmentStoreChange.ChangeType 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 an AppointmentStoreChangeType value indicating the type of change represented by the object.
public:
property AppointmentStoreChangeType ChangeType { AppointmentStoreChangeType get(); };
AppointmentStoreChangeType ChangeType();
public AppointmentStoreChangeType ChangeType { get; }
var appointmentStoreChangeType = appointmentStoreChange.changeType;
Public ReadOnly Property ChangeType As AppointmentStoreChangeType
Property Value
An AppointmentStoreChangeType value indicating the type of change represented by the object.
Windows requirements
App capabilities |
appointmentsSystem
|