Appointment.Sensitivity 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 or sets a AppointmentSensitivity-typed value that indicates the sensitivity of the appointment.
public:
property AppointmentSensitivity Sensitivity { AppointmentSensitivity get(); void set(AppointmentSensitivity value); };
AppointmentSensitivity Sensitivity();
void Sensitivity(AppointmentSensitivity value);
public AppointmentSensitivity Sensitivity { get; set; }
var appointmentSensitivity = appointment.sensitivity;
appointment.sensitivity = appointmentSensitivity;
Public Property Sensitivity As AppointmentSensitivity
Property Value
A AppointmentSensitivity-typed value that indicates the sensitivity of the appointment.
Windows requirements
App capabilities |
appointmentsSystem
|