AppointmentException.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 that is an exception from the master appointment.
public:
property Appointment ^ Appointment { Appointment ^ get(); };
Appointment Appointment();
public Appointment Appointment { get; }
var appointment = appointmentException.appointment;
Public ReadOnly Property Appointment As Appointment
Property Value
The appointment that is an exception from the master appointment.
Windows requirements
App capabilities |
appointmentsSystem
|