AppointmentStoreChange.Appointment 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 Appointment associated with the change.
public:
property Appointment ^ Appointment { Appointment ^ get(); };
Appointment Appointment();
public Appointment Appointment { get; }
var appointment = appointmentStoreChange.appointment;
Public ReadOnly Property Appointment As Appointment
Property Value
The Appointment associated with the change.
Windows requirements
App capabilities |
appointmentsSystem
|